Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.5.3 #470

Merged
merged 1 commit into from
Nov 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion 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.3] - 2023-11-21

### Changed

- Make computation of statistics and histogram optional for `core.add_raster.add_raster_to_item` ([#467](https://github.com/stac-utils/stactools/pull/467))
Expand Down Expand Up @@ -441,7 +443,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.5.2..main>
[Unreleased]: <https://github.com/stac-utils/stactools/compare/v0.5.3..main>
[0.5.3]: <https://github.com/stac-utils/stactools/compare/v0.5.2..v0.5.3>
[0.5.2]: <https://github.com/stac-utils/stactools/compare/v0.5.1..v0.5.2>
[0.5.1]: <https://github.com/stac-utils/stactools/compare/v0.5.0..v0.5.1>
[0.5.0]: <https://github.com/stac-utils/stactools/compare/v0.4.8..v0.5.0>
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 @@ -29,4 +29,4 @@
"move_all_assets",
"use_fsspec",
]
__version__ = "0.5.2"
__version__ = "0.5.3"
Loading