Skip to content

Commit bb3dd5c

Browse files
committed
release: v0.6.0
1 parent c8e2ef3 commit bb3dd5c

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased] - TBD
8+
## [Unreleased]
9+
10+
## [v0.6.0] - 2023-01-27
911

1012
### Added
1113

@@ -15,8 +17,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1517
- CI checks for Windows and MacOS [#378](https://github.com/stac-utils/pystac-client/pull/378)
1618
- Fallback to `STAC API - Item Search` when finding a single item in `CollectionClient` if `STAC API - Features` is not implemented [#379](https://github.com/stac-utils/pystac-client/pull/379)
1719

18-
### Changed
19-
2020
### Fixed
2121

2222
- Stop iteration on an empty page [#338](https://github.com/stac-utils/pystac-client/pull/338)
@@ -28,8 +28,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2828

2929
- Python 3.7 support [#347](https://github.com/stac-utils/pystac-client/pull/347)
3030

31-
### Deprecated
32-
3331
## [v0.5.1] - 2022-09-19
3432

3533
### Added
@@ -257,7 +255,8 @@ are in a single HTTP session, handle pagination and respects conformance
257255

258256
Initial release.
259257

260-
[Unreleased]: <https://github.com/stac-utils/pystac-client/compare/v0.5.1...main>
258+
[Unreleased]: <https://github.com/stac-utils/pystac-client/compare/v0.6.0...main>
259+
[v0.6.0]: <https://github.com/stac-utils/pystac-client/compare/v0.5.1...v0.6.0>
261260
[v0.5.1]: <https://github.com/stac-utils/pystac-client/compare/v0.5.0...v0.5.1>
262261
[v0.5.0]: <https://github.com/stac-utils/pystac-client/compare/v0.4.0...v0.5.0>
263262
[v0.4.0]: <https://github.com/stac-utils/pystac-client/compare/v0.3.5...v0.4.0>

pystac_client/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.5.1"
1+
__version__ = "0.6.0"

0 commit comments

Comments
 (0)