Skip to content

Commit 46e3fbc

Browse files
authored
release: v0.9.0 (#805)
* release: v0.9.0 * docs: add v0.9.0 section * fix: format table
1 parent b418a57 commit 46e3fbc

File tree

77 files changed

+47242
-91685
lines changed

Some content is hidden

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

77 files changed

+47242
-91685
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v0.9.0] - 2025-07-17
11+
1012
### Added
1113

1214
- Coerce cql2 style to match HTTP method using `cql2` library ([#804](https://github.com/stac-utils/pystac-client/pull/804))
@@ -423,7 +425,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
423425

424426
Initial release.
425427

426-
[Unreleased]: https://github.com/stac-utils/pystac-client/compare/v0.8.6...main
428+
[Unreleased]: https://github.com/stac-utils/pystac-client/compare/v0.9.0...main
429+
[v0.9.0]: https://github.com/stac-utils/pystac-client/compare/v0.8.6...v0.9.0
427430
[v0.8.6]: https://github.com/stac-utils/pystac-client/compare/v0.8.5...v0.8.6
428431
[v0.8.5]: https://github.com/stac-utils/pystac-client/compare/v0.8.4...v0.8.5
429432
[v0.8.4]: https://github.com/stac-utils/pystac-client/compare/v0.8.3...v0.8.4

docs/index.rst

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,25 @@ access STAC API search endpoints.
99
STAC Versions
1010
=============
1111

12-
+---------------+-----------+-----------------------------+
13-
| pystac-client | STAC spec | STAC API Spec |
14-
+===============+===========+=============================+
15-
| 0.8.x | 1.0.x | 1.0.0-beta.1 - 1.0.0 |
16-
+---------------+-----------+-----------------------------+
17-
| 0.7.x | 1.0.x | 1.0.0-beta.1 - 1.0.0 |
18-
+---------------+-----------+-----------------------------+
19-
| 0.6.x | 1.0.x | 1.0.0-beta.1 - 1.0.0-rc.2 |
20-
+---------------+-----------+-----------------------------+
21-
| 0.5.x | 1.0.x | 1.0.0-beta.1 - 1.0.0-rc.1 |
22-
+---------------+-----------+-----------------------------+
23-
| 0.4.x | 1.0.x | 1.0.0-beta.1 - 1.0.0-rc.1 |
24-
+---------------+-----------+-----------------------------+
25-
| 0.3.x | 1.0.x | 1.0.0-beta.1 - 1.0.0-beta.4 |
26-
+---------------+-----------+-----------------------------+
27-
| 0.2.x | 1.0.x | 1.0.0-beta.1 - 1.0.0-beta.2 |
28-
+---------------+-----------+-----------------------------+
12+
+---------------+---------------+-----------------------------+
13+
| pystac-client | STAC spec | STAC API Spec |
14+
+===============+===============+=============================+
15+
| 0.9.x | 1.0.x - 1.1.x | 1.0.0-beta.1 - 1.0.0 |
16+
+---------------+---------------+-----------------------------+
17+
| 0.8.x | 1.0.x | 1.0.0-beta.1 - 1.0.0 |
18+
+---------------+---------------+-----------------------------+
19+
| 0.7.x | 1.0.x | 1.0.0-beta.1 - 1.0.0 |
20+
+---------------+---------------+-----------------------------+
21+
| 0.6.x | 1.0.x | 1.0.0-beta.1 - 1.0.0-rc.2 |
22+
+---------------+---------------+-----------------------------+
23+
| 0.5.x | 1.0.x | 1.0.0-beta.1 - 1.0.0-rc.1 |
24+
+---------------+---------------+-----------------------------+
25+
| 0.4.x | 1.0.x | 1.0.0-beta.1 - 1.0.0-rc.1 |
26+
+---------------+---------------+-----------------------------+
27+
| 0.3.x | 1.0.x | 1.0.0-beta.1 - 1.0.0-beta.4 |
28+
+---------------+---------------+-----------------------------+
29+
| 0.2.x | 1.0.x | 1.0.0-beta.1 - 1.0.0-beta.2 |
30+
+---------------+---------------+-----------------------------+
2931

3032
Installation
3133
------------

pystac_client/version.py

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

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

Lines changed: 20 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 18 additions & 14 deletions
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

Lines changed: 18 additions & 14 deletions
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

Lines changed: 9 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)