Skip to content

Commit caf8b3f

Browse files
authored
Merge pull request #862 from sirosen/release-3.18.0
Release v3.18.0
2 parents 2f5805b + e58695b commit caf8b3f

5 files changed

+16
-24
lines changed

changelog.adoc

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

33
// scriv-insert-here
44

5+
== 3.18.0 (2023-08-30)
6+
7+
Bugfixes:
8+
9+
* Make `--no-recursive` and `--batch` mutually exclusive options.
10+
This affects the `globus transfer` and the `globus timer create transfer` commands.
11+
12+
* Fix a bug that caused `--batch` input files to default to non-recursive transfers.
13+
This affects the `globus transfer` and `globus timer create transfer` commands.
14+
15+
Enhancements:
16+
17+
* `globus ls` now supports an `--orderby` flag for sorting results. It is
18+
mutually exclusive with `--recursive`.
19+
520
== 3.17.0 (2023-08-25)
621

722
Bugfixes:

changelog.d/20230828_102322_sirosen_add_ls_orderby.md

-4
This file was deleted.

changelog.d/20230828_142533_kurtmckee_fix_some_bugs.md

-8
This file was deleted.

changelog.d/20230829_122948_kurtmckee_fix_some_bugs.md

-11
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.17.0"
10+
__version__ = "3.18.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)