File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed
Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -7,18 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ### [ 0.4.3] - 2022-12-16
11+
1012### Added
1113
1214- Include kwargs in io ` read_text ` for use with internal ` fsspec.open ` call. ([ #372 ] ( https://github.com/stac-utils/stactools/pull/372 ) )
1315- Python 3.11 support ([ #376 ] ( https://github.com/stac-utils/stactools/pull/376 ) )
1416- ` stac summary ` command ([ #323 ] ( https://github.com/stac-utils/stactools/pull/323 ) )
1517
16- ### Changed
17-
18- ### Fixed
19-
20- ### Removed
21-
2218## [ 0.4.2] - 2022-09-15
2319
2420### Added
@@ -315,7 +311,8 @@ See [#9](https://github.com/stac-utils/stactools/pull/9)
315311- ` stac.cli.command.layout ` for modfiygin the layout of STACs
316312- ` stac.browse ` for launching a local instance of stac-browser using docker.
317313
318- [ Unreleased ] : < https://github.com/stac-utils/stactools/compare/v0.4.2..main >
314+ [ Unreleased ] : < https://github.com/stac-utils/stactools/compare/v0.4.3..main >
315+ [ 0.4.3 ] : < https://github.com/stac-utils/stactools/compare/v0.4.2..v0.4.3 >
319316[ 0.4.2 ] : < https://github.com/stac-utils/stactools/compare/v0.4.1..v0.4.2 >
320317[ 0.4.1 ] : < https://github.com/stac-utils/stactools/compare/v0.4.0..v0.4.1 >
321318[ 0.4.0 ] : < https://github.com/stac-utils/stactools/compare/v0.3.1..v0.4.0 >
Original file line number Diff line number Diff line change 2424 "move_all_assets" ,
2525 "use_fsspec" ,
2626]
27- __version__ = "0.4.2 "
27+ __version__ = "0.4.3 "
You can’t perform that action at this time.
0 commit comments