Skip to content

Commit

Permalink
release: v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Sep 20, 2023
1 parent 3808aaa commit 5de9731
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.2] - 2023-09-20

### Fixed

- IO with newer fsspec ([#463](https://github.com/stac-utils/stactools/pull/463))

## [0.5.1] - 2023-08-11

### Added
Expand Down Expand Up @@ -426,7 +432,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.1..main>
[Unreleased]: <https://github.com/stac-utils/stactools/compare/v0.5.2..main>
[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>
[0.4.8]: <https://github.com/stac-utils/stactools/compare/v0.4.7..v0.4.8>
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.1"
__version__ = "0.5.2"

0 comments on commit 5de9731

Please sign in to comment.