Skip to content

Commit

Permalink
Bump version and changelog for release
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtmckee committed Dec 8, 2023
1 parent 6bbb1ed commit 754bf70
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 30 deletions.
29 changes: 29 additions & 0 deletions changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,35 @@

// scriv-insert-here

== 3.21.0 (2023-12-08)

Enhancements:

* The ``globus api <service>`` command now supports a ``--scope-string`` parameter.

* If supplied, the CLI will enforce that any specified scope strings are included
in consent requirements *in addition to* standard service scope requirements.

* This parameter may be supplied multiple times to specify multiple scope strings.

* This parameter is only supported in the context of Client Credentials-based authentication.
([Client Credentials with GLOBUS_CLI_CLIENT_ID](https://docs.globus.org/cli/environment_variables/#client_credentials_with_globus_cli_client_id))

* Support Python 3.12.

Other:

* Test against Python 3.12 in CI.

* Replaced all references to the tutorial endpoints.

* Deprecate and hide commands related to management of GCSv4:

* `globus endpoint activate`
* `globus endpoint deactivate`
* `globus endpoint is-activated`
* `globus endpoint server`

== 3.20.0 (2023-12-06)

Bugfixes:
Expand Down
12 changes: 0 additions & 12 deletions changelog.d/20231206_130249_derek_api_scopes.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/20231207_091830_kurtmckee_python_3_12.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/20231207_094126_kurtmckee_python_3_12.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/20231207_140648_ada_remove_tutorial_endpoints.md

This file was deleted.

8 changes: 0 additions & 8 deletions changelog.d/20231207_180145_sirosen_deprecate_v4_cmds.md

This file was deleted.

2 changes: 1 addition & 1 deletion src/globus_cli/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# single source of truth for package version,
# see https://packaging.python.org/en/latest/single_source_version/
__version__ = "3.20.0"
__version__ = "3.21.0"

# app name to send as part of SDK requests
app_name = f"Globus CLI v{__version__}"
Expand Down

0 comments on commit 754bf70

Please sign in to comment.