Skip to content

Commit

Permalink
Bump version and changelog for release (#1039)
Browse files Browse the repository at this point in the history
  • Loading branch information
derek-globus authored Oct 15, 2024
1 parent 35f4ad1 commit ddf1a58
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 20 deletions.
23 changes: 23 additions & 0 deletions changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

// scriv-insert-here

== 3.31.0 (2024-10-15)

Bugfixes:

* Fix a whitespace issue in the `globus collection update` help text.

Enhancements:

* Added a `--terms-and-conditions` option to the `globus group update` command.

Other:

* The CLI has removed remaining support for endpoint activation.

* Activation commands such as `globus endpoint is-activated` are already
hidden, but now act as no-ops when invoked and emit warnings to stderr
about their upcoming removal.

* The `--skip-activation-check` option for Transfer task submission has
been deprecated.

* `Activated` is no longer a field in `globus endpoint show` output.

== 3.30.1 (2024-08-20)

Bugfixes:
Expand Down
12 changes: 0 additions & 12 deletions changelog.d/20240828_101834_sirosen_activation2stub.md

This file was deleted.

This file was deleted.

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.30.1"
__version__ = "3.31.0"

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

0 comments on commit ddf1a58

Please sign in to comment.