Skip to content

Commit ae813d2

Browse files
authored
release: v0.5.0 (#453)
1 parent eb8ee9c commit ae813d2

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.5.0] - 2023-08-04
11+
1012
### Added
1113

1214
- For raster footprints users can set destination CRS rather than it being hardcoded to EPSG:4326 ([#440](https://github.com/stac-utils/stactools/pull/440))
@@ -31,7 +33,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3133

3234
- Unused files under `tests/data-files` ([#438](https://github.com/stac-utils/stactools/pull/438))
3335

34-
3536
## [0.4.8] - 2023-06-01
3637

3738
### Added
@@ -414,7 +415,8 @@ See [#9](https://github.com/stac-utils/stactools/pull/9)
414415
- `stac.cli.command.layout` for modifying the layout of STACs
415416
- `stac.browse` for launching a local instance of stac-browser using docker.
416417

417-
[Unreleased]: <https://github.com/stac-utils/stactools/compare/v0.4.8..main>
418+
[Unreleased]: <https://github.com/stac-utils/stactools/compare/v0.5.0..main>
419+
[0.5.0]: <https://github.com/stac-utils/stactools/compare/v0.4.8..v0.5.0>
418420
[0.4.8]: <https://github.com/stac-utils/stactools/compare/v0.4.7..v0.4.8>
419421
[0.4.7]: <https://github.com/stac-utils/stactools/compare/v0.4.6..v0.4.7>
420422
[0.4.6]: <https://github.com/stac-utils/stactools/compare/v0.4.5..v0.4.6>

src/stactools/core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727
"move_all_assets",
2828
"use_fsspec",
2929
]
30-
__version__ = "0.4.8"
30+
__version__ = "0.5.0"

0 commit comments

Comments
 (0)