Skip to content

Commit 7d3be2f

Browse files
authoredSep 5, 2023
release: v0.7.5 (#589)
1 parent 62bad66 commit 7d3be2f

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed
 

‎CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [v0.7.5] - 2023-09-05
11+
12+
### Fixed
13+
14+
- `--matched` flag in CLI [#588](https://github.com/stac-utils/pystac-client/pull/588)
15+
1016
## [v0.7.4] - 2023-09-05
1117

1218
### Changed
@@ -328,7 +334,8 @@ are in a single HTTP session, handle pagination and respects conformance
328334

329335
Initial release.
330336

331-
[Unreleased]: <https://github.com/stac-utils/pystac-client/compare/v0.7.4...main>
337+
[Unreleased]: <https://github.com/stac-utils/pystac-client/compare/v0.7.5...main>
338+
[v0.7.5]: <https://github.com/stac-utils/pystac-client/compare/v0.7.4...v0.7.5>
332339
[v0.7.4]: <https://github.com/stac-utils/pystac-client/compare/v0.7.3...v0.7.4>
333340
[v0.7.3]: <https://github.com/stac-utils/pystac-client/compare/v0.7.2...v0.7.3>
334341
[v0.7.2]: <https://github.com/stac-utils/pystac-client/compare/v0.7.1...v0.7.2>

‎pystac_client/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.7.4"
1+
__version__ = "0.7.5"

0 commit comments

Comments
 (0)
Please sign in to comment.