Skip to content

Commit d6fd593

Browse files
authored
Bump version and changelog for release (#1018)
1 parent 0237dd0 commit d6fd593

4 files changed

+17
-14
lines changed

changelog.adoc

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
// scriv-insert-here
44

5+
== 3.30.0 (2024-08-02)
6+
7+
Bugfixes:
8+
9+
* Fix rendering of connector names by connector ID for the Dropbox and HPSS
10+
storage connectors.
11+
12+
Enhancements:
13+
14+
* Added a `--delete` flag to `globus timer create transfer` to mirror
15+
`globus transfer --delete` functionality.
16+
17+
** This option will delete files, directories, and symlinks on the destination endpoint
18+
which don’t exist on the source endpoint or are a different type. Only applies for
19+
recursive directory transfers.
20+
521
== 3.29.0 (2024-07-09)
622

723
Enhancements:

changelog.d/20240729_134844_sirosen_use_sdk_connector_table.md

-4
This file was deleted.

changelog.d/20240801_163618_derek_timer_transfer_delete.md

-9
This file was deleted.

src/globus_cli/version.py

+1-1
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.29.0"
10+
__version__ = "3.30.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)