Skip to content

Commit ddf1a58

Browse files
authored
Bump version and changelog for release (#1039)
1 parent 35f4ad1 commit ddf1a58

File tree

5 files changed

+24
-20
lines changed

5 files changed

+24
-20
lines changed

changelog.adoc

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22

33
// scriv-insert-here
44

5+
== 3.31.0 (2024-10-15)
6+
7+
Bugfixes:
8+
9+
* Fix a whitespace issue in the `globus collection update` help text.
10+
11+
Enhancements:
12+
13+
* Added a `--terms-and-conditions` option to the `globus group update` command.
14+
15+
Other:
16+
17+
* The CLI has removed remaining support for endpoint activation.
18+
19+
* Activation commands such as `globus endpoint is-activated` are already
20+
hidden, but now act as no-ops when invoked and emit warnings to stderr
21+
about their upcoming removal.
22+
23+
* The `--skip-activation-check` option for Transfer task submission has
24+
been deprecated.
25+
26+
* `Activated` is no longer a field in `globus endpoint show` output.
27+
528
== 3.30.1 (2024-08-20)
629

730
Bugfixes:

changelog.d/20240828_101834_sirosen_activation2stub.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

changelog.d/20240917_160258_kurtmckee_fix_collection_update_help_text.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelog.d/20241015_133817_derek_groups_update_terms_and_conditions.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

src/globus_cli/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
# single source of truth for package version,
99
# see https://packaging.python.org/en/latest/single_source_version/
10-
__version__ = "3.30.1"
10+
__version__ = "3.31.0"
1111

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

0 commit comments

Comments
 (0)