Skip to content

Commit

Permalink
Merge pull request #1053 from globus/release-3.32.0
Browse files Browse the repository at this point in the history
Release v3.32.0
  • Loading branch information
kurtmckee authored Nov 8, 2024
2 parents f598760 + e981c47 commit bf6d75b
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 17 deletions.
15 changes: 15 additions & 0 deletions changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

// scriv-insert-here

== 3.32.0 (2024-11-08)

Bugfixes:

* Timers' scope data have changed. Users interacting with Timers will be prompted to login again.

Enhancements:

* Add `Size`, `Checksum`, and `Checksum Algorithm` to `globus task show --successful-transfers` output.

Added:

* Add new `--delete-destination-extra` flag to `globus timer create transfer` and `globus transfer` that mirrors the existing `--delete` flags' behaviors.
* Add deprecation warning to the old `--delete` flag.

== 3.31.0 (2024-10-15)

Bugfixes:
Expand Down

This file was deleted.

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.31.0"
__version__ = "3.32.0"

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

0 comments on commit bf6d75b

Please sign in to comment.