Skip to content

Commit 6bb526a

Browse files
authored
Release v3.38.0 (#1181)
2 parents 6abe2c1 + 4b20b10 commit 6bb526a

File tree

5 files changed

+19
-38
lines changed

5 files changed

+19
-38
lines changed

changelog.adoc

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

33
// scriv-insert-here
44

5+
== 3.38.0 (2025-09-24)
6+
7+
Enhancements:
8+
9+
* Added a new command to set/unset a group's `subscription_admin_verified_id`:
10+
`globus group set-subscription-admin-verified`.
11+
12+
* Added a new option to `group update` command for group admins to unset a
13+
group's `subscription_admin_verified_id`: `--subscription-admin-verified-id`.
14+
15+
* Added support for `--include` and `--exclude` to the `globus timer create
16+
transfer` command.
17+
18+
Other:
19+
20+
* Remove the deprecated Flows service scope `run` from the default list of
21+
scopes requested when logging into the CLI.
22+
523
== 3.37.0 (2025-09-18)
624

725
Bugfixes:

changelog.d/20250814_101753_charlie.md

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

changelog.d/20250918_163701_sirosen_transfer_timer_filter_rules.md

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

changelog.d/20250923_115826_kurtmckee_address_deprecated_flow_scope.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.37.0"
10+
__version__ = "3.38.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)