File tree 3 files changed +13
-4
lines changed
3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ v1.8.2] - 2023-06-30
6
+
7
+ ### Fixed
8
+
9
+ - Explicitly re-export HREF from ` link ` ([ #1182 ] ( https://github.com/stac-utils/pystac/pull/1182 ) )
10
+
5
11
## [ v1.8.1] - 2023-06-30
6
12
7
13
### Fixed
8
14
9
- - Include jsonschemas in package
15
+ - Include jsonschemas in package ( [ # 1181 ] ( https://github.com/stac-utils/pystac/pull/1181 ) )
10
16
11
17
## [ v1.8.0] - 2023-06-27
12
18
@@ -743,7 +749,8 @@ use `Band.create`
743
749
744
750
Initial release.
745
751
746
- [ Unreleased ] : < https://github.com/stac-utils/pystac/compare/v1.8.1..main >
752
+ [ Unreleased ] : < https://github.com/stac-utils/pystac/compare/v1.8.2..main >
753
+ [ v1.8.2 ] : < https://github.com/stac-utils/pystac/compare/v1.8.1..v1.8.2 >
747
754
[ v1.8.1 ] : < https://github.com/stac-utils/pystac/compare/v1.8.0..v1.8.1 >
748
755
[ v1.8.0 ] : < https://github.com/stac-utils/pystac/compare/v1.7.3..v1.8.0 >
749
756
[ v1.7.3 ] : < https://github.com/stac-utils/pystac/compare/v1.7.2..v1.7.3 >
Original file line number Diff line number Diff line change 8
8
import pystac
9
9
from pystac .html .jinja_env import get_jinja_env
10
10
from pystac .utils import (
11
- HREF ,
11
+ HREF as HREF ,
12
+ )
13
+ from pystac .utils import (
12
14
is_absolute_href ,
13
15
make_absolute_href ,
14
16
make_posix_style ,
Original file line number Diff line number Diff line change 1
1
import os
2
2
from typing import Optional
3
3
4
- __version__ = "1.8.1 "
4
+ __version__ = "1.8.2 "
5
5
"""Library version"""
6
6
7
7
You can’t perform that action at this time.
0 commit comments