Skip to content

Commit db86d6b

Browse files
sirosenkurtmckee
andauthored
Release v3.34.0 (#1103)
* Bump version and changelog for release * Update changelog.adoc Co-authored-by: Kurt McKee <contactme@kurtmckee.org> --------- Co-authored-by: Kurt McKee <contactme@kurtmckee.org>
1 parent a891e36 commit db86d6b

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

changelog.adoc

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

33
// scriv-insert-here
44

5+
== 3.34.0 (2025-04-18)
6+
7+
Bugfixes:
8+
9+
* Fix the order of time-based filters for `globus task list`.
10+
11+
Enhancements:
12+
13+
* The `globus api timer` command has been renamed to `globus api timers`.
14+
`globus api timer` is temporarily retained for backwards compatibility.
15+
516
== 3.33.1 (2025-03-25)
617

718
Bugfixes:

changelog.d/20250410_141842_sirosen_rename_timers_api_command.md

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

changelog.d/20250416_141934_sirosen_fix_task_date_filters.md

Lines changed: 0 additions & 3 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.33.1"
10+
__version__ = "3.34.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)