Skip to content

Commit 53b99ad

Browse files
authored
release: v0.5.2 (#465)
1 parent 3808aaa commit 53b99ad

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.5.2] - 2023-09-20
11+
12+
### Fixed
13+
14+
- IO with newer fsspec ([#463](https://github.com/stac-utils/stactools/pull/463))
15+
1016
## [0.5.1] - 2023-08-11
1117

1218
### Added
@@ -426,7 +432,8 @@ See [#9](https://github.com/stac-utils/stactools/pull/9)
426432
- `stac.cli.command.layout` for modifying the layout of STACs
427433
- `stac.browse` for launching a local instance of stac-browser using docker.
428434

429-
[Unreleased]: <https://github.com/stac-utils/stactools/compare/v0.5.1..main>
435+
[Unreleased]: <https://github.com/stac-utils/stactools/compare/v0.5.2..main>
436+
[0.5.2]: <https://github.com/stac-utils/stactools/compare/v0.5.1..v0.5.2>
430437
[0.5.1]: <https://github.com/stac-utils/stactools/compare/v0.5.0..v0.5.1>
431438
[0.5.0]: <https://github.com/stac-utils/stactools/compare/v0.4.8..v0.5.0>
432439
[0.4.8]: <https://github.com/stac-utils/stactools/compare/v0.4.7..v0.4.8>

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.1"
32+
__version__ = "0.5.2"

0 commit comments

Comments
 (0)