Skip to content

Commit 4eb3fd5

Browse files
authored
release: v0.5.1 (#456)
1 parent e378487 commit 4eb3fd5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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.1] - 2023-08-11
11+
1012
### Added
1113

1214
- Add `stac migrate` command ([#443](https://github.com/stac-utils/stactools/pull/443))
@@ -424,7 +426,8 @@ See [#9](https://github.com/stac-utils/stactools/pull/9)
424426
- `stac.cli.command.layout` for modifying the layout of STACs
425427
- `stac.browse` for launching a local instance of stac-browser using docker.
426428

427-
[Unreleased]: <https://github.com/stac-utils/stactools/compare/v0.5.0..main>
429+
[Unreleased]: <https://github.com/stac-utils/stactools/compare/v0.5.1..main>
430+
[0.5.1]: <https://github.com/stac-utils/stactools/compare/v0.5.0..v0.5.1>
428431
[0.5.0]: <https://github.com/stac-utils/stactools/compare/v0.4.8..v0.5.0>
429432
[0.4.8]: <https://github.com/stac-utils/stactools/compare/v0.4.7..v0.4.8>
430433
[0.4.7]: <https://github.com/stac-utils/stactools/compare/v0.4.6..v0.4.7>

src/stactools/core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
"move_all_assets",
3030
"use_fsspec",
3131
]
32-
__version__ = "0.5.0"
32+
__version__ = "0.5.1"

0 commit comments

Comments
 (0)