Skip to content

Commit

Permalink
release: v0.5.0 (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski authored Aug 4, 2023
1 parent eb8ee9c commit ae813d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.0] - 2023-08-04

### Added

- 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))
Expand All @@ -31,7 +33,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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


## [0.4.8] - 2023-06-01

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

[Unreleased]: <https://github.com/stac-utils/stactools/compare/v0.4.8..main>
[Unreleased]: <https://github.com/stac-utils/stactools/compare/v0.5.0..main>
[0.5.0]: <https://github.com/stac-utils/stactools/compare/v0.4.8..v0.5.0>
[0.4.8]: <https://github.com/stac-utils/stactools/compare/v0.4.7..v0.4.8>
[0.4.7]: <https://github.com/stac-utils/stactools/compare/v0.4.6..v0.4.7>
[0.4.6]: <https://github.com/stac-utils/stactools/compare/v0.4.5..v0.4.6>
Expand Down
2 changes: 1 addition & 1 deletion src/stactools/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
"move_all_assets",
"use_fsspec",
]
__version__ = "0.4.8"
__version__ = "0.5.0"

0 comments on commit ae813d2

Please sign in to comment.