Skip to content

Commit 38c1f36

Browse files
authored
Merge pull request #252 from stac-utils/version/0.5.4
Update CHANGELOG; version 0.5.4
2 parents 21637cb + 4e16cb5 commit 38c1f36

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

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+
321
## [v0.5.3]
422

523
### Added

pystac/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import os
22

3-
__version__ = '0.5.3'
3+
__version__ = '0.5.4'
44
"""Library version"""
55

66

0 commit comments

Comments
 (0)