Skip to content

Commit 250d988

Browse files
authored
Release v0.5.1 (#319)
release: v0.5.1
1 parent 5d7510c commit 250d988

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

CHANGELOG.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,26 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99

1010
### Added
1111

12-
- Added `ItemSearch.url_with_parameters` to get a formatted search url [#304](https://github.com/stac-utils/pystac-client/issues/304)
13-
1412
### Changed
1513

1614
### Fixed
1715

16+
### Removed
17+
18+
### Deprecated
19+
20+
## [v0.5.1] - 2022-09-19
21+
22+
### Added
23+
24+
- Added `ItemSearch.url_with_parameters` to get a formatted search url [#304](https://github.com/stac-utils/pystac-client/issues/304)
25+
26+
### Fixed
27+
1828
- Fix variable name in quickstart example [#316](https://github.com/stac-utils/pystac-client/pull/316)
1929
- `StacApiIO.write_text_to_href` [#312](https://github.com/stac-utils/pystac-client/pull/312)
2030
- Removed mention of STAC_URL in `Client.open` docstring [#317](https://github.com/stac-utils/pystac-client/pull/317)
2131

22-
## Removed
23-
24-
### Deprecated
25-
2632
## [v0.5.0] - 2022-08-19
2733

2834
### Added
@@ -238,7 +244,8 @@ are in a single HTTP session, handle pagination and respects conformance
238244

239245
Initial release.
240246

241-
[Unreleased]: <https://github.com/stac-utils/pystac-client/compare/v0.5.0...main>
247+
[Unreleased]: <https://github.com/stac-utils/pystac-client/compare/v0.5.1...main>
248+
[v0.5.1]: <https://github.com/stac-utils/pystac-client/compare/v0.5.0...v0.5.1>
242249
[v0.5.0]: <https://github.com/stac-utils/pystac-client/compare/v0.4.0...v0.5.0>
243250
[v0.4.0]: <https://github.com/stac-utils/pystac-client/compare/v0.3.5...v0.4.0>
244251
[v0.3.5]: <https://github.com/stac-utils/pystac-client/compare/v0.3.4..v0.3.5>

pystac_client/version.py

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

0 commit comments

Comments
 (0)