File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ v0.5.4]
4
+
5
+ ### Added
6
+
7
+ - SAT Extension ([ #236 ] ( https://github.com/stac-utils/pystac/pull/236 ) )
8
+
9
+ ### Fixed
10
+
11
+ - Fix unexpected behaviour of ` generate_subcatalogs ` ([ #241 ] ( https://github.com/stac-utils/pystac/pull/241 ) )
12
+ - Get eo bands defined in assets only ([ #243 ] ( https://github.com/stac-utils/pystac/pull/243 ) )
13
+ - Collection TemporalExtent can be open ended ([ #247 ] ( https://github.com/stac-utils/pystac/pull/247 ) )
14
+ - Make asset HREFs relative or absolute based on CatalogType during save ([ #251 ] ( https://github.com/stac-utils/pystac/pull/251 ) )
15
+
16
+ ### Changed
17
+
18
+ - Be more strict with CatalogType in ` Catalog.save ` ([ #244 ] ( https://github.com/stac-utils/pystac/pull/244 ) )
19
+
20
+
3
21
## [ v0.5.3]
4
22
5
23
### Added
Original file line number Diff line number Diff line change 1
1
import os
2
2
3
- __version__ = '0.5.3 '
3
+ __version__ = '0.5.4 '
4
4
"""Library version"""
5
5
6
6
You can’t perform that action at this time.
0 commit comments