Skip to content

Commit

Permalink
Bump version and changelog for release (#1018)
Browse files Browse the repository at this point in the history
  • Loading branch information
derek-globus authored Aug 2, 2024
1 parent 0237dd0 commit d6fd593
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 14 deletions.
16 changes: 16 additions & 0 deletions changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

// scriv-insert-here

== 3.30.0 (2024-08-02)

Bugfixes:

* Fix rendering of connector names by connector ID for the Dropbox and HPSS
storage connectors.

Enhancements:

* Added a `--delete` flag to `globus timer create transfer` to mirror
`globus transfer --delete` functionality.

** This option will delete files, directories, and symlinks on the destination endpoint
which don’t exist on the source endpoint or are a different type. Only applies for
recursive directory transfers.

== 3.29.0 (2024-07-09)

Enhancements:
Expand Down

This file was deleted.

9 changes: 0 additions & 9 deletions changelog.d/20240801_163618_derek_timer_transfer_delete.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.29.0"
__version__ = "3.30.0"

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

0 comments on commit d6fd593

Please sign in to comment.