Skip to content

Commit d0849bb

Browse files
gadomskiTom Augspurger
and
Tom Augspurger
authored
Release v0.8.0 (#687)
* release: v0.8.0 * Update tests/test_cli.py Co-authored-by: Tom Augspurger <[email protected]> --------- Co-authored-by: Tom Augspurger <[email protected]>
1 parent 3e02053 commit d0849bb

File tree

60 files changed

+26410
-26353
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+26410
-26353
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

44
repos:
55
- repo: https://github.com/charliermarsh/ruff-pre-commit
6-
rev: "v0.4.0"
6+
rev: "v0.4.4"
77
hooks:
88
- id: ruff
99
args: [--fix, --exit-non-zero-on-fix]
1010
- repo: https://github.com/psf/black
11-
rev: 24.4.0
11+
rev: 24.4.2
1212
hooks:
1313
- id: black
1414
- repo: https://github.com/codespell-project/codespell
@@ -25,7 +25,7 @@ repos:
2525
additional_dependencies:
2626
- importlib_metadata < 5; python_version == "3.7"
2727
- repo: https://github.com/pre-commit/mirrors-mypy
28-
rev: v1.9.0
28+
rev: v1.10.0
2929
hooks:
3030
- id: mypy
3131
files: ".*\\.py$"

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v0.8.0] - 2024-05-17
11+
1012
### Fixed
1113

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

15-
## [v0.7.7]
17+
## [v0.7.7] - 2024-04-19
1618

1719
### Changed
1820

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

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

28-
## [v0.7.6]
30+
## [v0.7.6] - 2024-02-28
2931

3032
### Fixed
3133

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

365367
Initial release.
366368

367-
[Unreleased]: https://github.com/stac-utils/pystac-client/compare/v0.7.7...main
369+
[Unreleased]: https://github.com/stac-utils/pystac-client/compare/v0.8.0...main
370+
[v0.8.0]: https://github.com/stac-utils/pystac-client/compare/v0.7.7...v0.8.0
368371
[v0.7.7]: https://github.com/stac-utils/pystac-client/compare/v0.7.6...v0.7.7
369372
[v0.7.6]: https://github.com/stac-utils/pystac-client/compare/v0.7.5...v0.7.6
370373
[v0.7.5]: https://github.com/stac-utils/pystac-client/compare/v0.7.4...v0.7.5

pystac_client/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.7.7"
1+
__version__ = "0.8.0"

tests/cassettes/test_cli/TestCLICollections.test_collections[inprocess].yaml

+224-182
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/cassettes/test_cli/TestCLICollections.test_save[inprocess].yaml

+224-182
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/cassettes/test_cli/TestCLISearch.test_altering_conforms_to[inprocess---clear-conforms-to].yaml

+11-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/cassettes/test_cli/TestCLISearch.test_altering_conforms_to[inprocess---remove-conforms-to=ITEM_SEARCH].yaml

+11-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)