Skip to content

Carl/release for sdk #41

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Changelog

## 2.1.0 - 2025-??-??
## 2.1.0 - 2025-07-09
- Initial public release targeting integration with the
[Planet Client for Python](https://github.com/planetlabs/planet-client-python).

## 2.0.11 - 2025-07-09
- Final 2.0 series development release.

## [Unreleased: 2.0.*]
- All releases in the 2.0.X series are development releases, even if not
tagged as such. This work included some shakedowns of the release pipelines.
2 changes: 1 addition & 1 deletion src/planet_auth/oidc/api_clients/token_api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ def get_token_from_password(
authorization (login).
requested_audiences: A list of strings specifying the audiences
to request.
auth_enricher: Function to layer un the application of client credentials.
auth_enricher: Function to layer in the application of client credentials.
extra: Dict of extra parameters to pass to the token endpoint.

Returns:
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.11
2.1.0