File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 2929 "move_all_assets" ,
3030 "use_fsspec" ,
3131]
32- __version__ = "0.5.1 "
32+ __version__ = "0.5.2 "
You can’t perform that action at this time.
0 commit comments