Skip to content

Commit

Permalink
Merge pull request #862 from sirosen/release-3.18.0
Browse files Browse the repository at this point in the history
Release v3.18.0
  • Loading branch information
sirosen authored Aug 30, 2023
2 parents 2f5805b + e58695b commit caf8b3f
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 24 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.18.0 (2023-08-30)

Bugfixes:

* Make `--no-recursive` and `--batch` mutually exclusive options.
This affects the `globus transfer` and the `globus timer create transfer` commands.

* Fix a bug that caused `--batch` input files to default to non-recursive transfers.
This affects the `globus transfer` and `globus timer create transfer` commands.

Enhancements:

* `globus ls` now supports an `--orderby` flag for sorting results. It is
mutually exclusive with `--recursive`.

== 3.17.0 (2023-08-25)

Bugfixes:
Expand Down
4 changes: 0 additions & 4 deletions changelog.d/20230828_102322_sirosen_add_ls_orderby.md

This file was deleted.

8 changes: 0 additions & 8 deletions changelog.d/20230828_142533_kurtmckee_fix_some_bugs.md

This file was deleted.

11 changes: 0 additions & 11 deletions changelog.d/20230829_122948_kurtmckee_fix_some_bugs.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.17.0"
__version__ = "3.18.0"

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

0 comments on commit caf8b3f

Please sign in to comment.