Skip to content

Commit a3fc479

Browse files
committed
release: v0.4.3
1 parent b4e3dee commit a3fc479

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff 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>

src/stactools/core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
"move_all_assets",
2525
"use_fsspec",
2626
]
27-
__version__ = "0.4.2"
27+
__version__ = "0.4.3"

0 commit comments

Comments
 (0)