Skip to content

Commit

Permalink
release: v0.7.4 (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski authored Sep 5, 2023
1 parent 61f8b07 commit 79826e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [v0.7.4] - 2023-09-05

### Changed

- Don't provide a `limit` by default, trust the server to know its limits [#584](https://github.com/stac-utils/pystac-client/pull/584)
Expand Down Expand Up @@ -326,7 +328,8 @@ are in a single HTTP session, handle pagination and respects conformance

Initial release.

[Unreleased]: <https://github.com/stac-utils/pystac-client/compare/v0.7.3...main>
[Unreleased]: <https://github.com/stac-utils/pystac-client/compare/v0.7.4...main>
[v0.7.4]: <https://github.com/stac-utils/pystac-client/compare/v0.7.3...v0.7.4>
[v0.7.3]: <https://github.com/stac-utils/pystac-client/compare/v0.7.2...v0.7.3>
[v0.7.2]: <https://github.com/stac-utils/pystac-client/compare/v0.7.1...v0.7.2>
[v0.7.1]: <https://github.com/stac-utils/pystac-client/compare/v0.7.0...v0.7.1>
Expand Down
2 changes: 1 addition & 1 deletion pystac_client/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.7.3"
__version__ = "0.7.4"

0 comments on commit 79826e3

Please sign in to comment.