Skip to content

Commit

Permalink
Release v0.8.0 (#687)
Browse files Browse the repository at this point in the history
* release: v0.8.0

* Update tests/test_cli.py

Co-authored-by: Tom Augspurger <[email protected]>

---------

Co-authored-by: Tom Augspurger <[email protected]>
  • Loading branch information
gadomski and Tom Augspurger authored May 17, 2024
1 parent 3e02053 commit d0849bb
Show file tree
Hide file tree
Showing 60 changed files with 26,410 additions and 26,353 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.4.0"
rev: "v0.4.4"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/psf/black
rev: 24.4.0
rev: 24.4.2
hooks:
- id: black
- repo: https://github.com/codespell-project/codespell
Expand All @@ -25,7 +25,7 @@ repos:
additional_dependencies:
- importlib_metadata < 5; python_version == "3.7"
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.9.0
rev: v1.10.0
hooks:
- id: mypy
files: ".*\\.py$"
Expand Down
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [v0.8.0] - 2024-05-17

### Fixed

- Update `requires-python` in metadata to require >= 3.9 ([#684](https://github.com/stac-utils/pystac-client/pull/684))
- Interpret naive datetimes as UTC [#686](https://github.com/stac-utils/pystac-client/pull/686)

## [v0.7.7]
## [v0.7.7] - 2024-04-19

### Changed

Expand All @@ -25,7 +27,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- Respect the `REQUESTS_CA_BUNDLE` and `CURL_CA_BUNDLE` environment variables when sending requests [#669](https://github.com/stac-utils/pystac-client/pull/669)

## [v0.7.6]
## [v0.7.6] - 2024-02-28

### Fixed

Expand Down Expand Up @@ -364,7 +366,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

Initial release.

[Unreleased]: https://github.com/stac-utils/pystac-client/compare/v0.7.7...main
[Unreleased]: https://github.com/stac-utils/pystac-client/compare/v0.8.0...main
[v0.8.0]: https://github.com/stac-utils/pystac-client/compare/v0.7.7...v0.8.0
[v0.7.7]: https://github.com/stac-utils/pystac-client/compare/v0.7.6...v0.7.7
[v0.7.6]: https://github.com/stac-utils/pystac-client/compare/v0.7.5...v0.7.6
[v0.7.5]: https://github.com/stac-utils/pystac-client/compare/v0.7.4...v0.7.5
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.7"
__version__ = "0.8.0"

Large diffs are not rendered by default.

406 changes: 224 additions & 182 deletions tests/cassettes/test_cli/TestCLICollections.test_save[inprocess].yaml

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d0849bb

Please sign in to comment.