Skip to content

Commit 682d382

Browse files
committed
Bump version and changelog for release
1 parent 72ffff6 commit 682d382

7 files changed

+30
-32
lines changed

changelog.adoc

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

33
// scriv-insert-here
44

5+
== 3.14.0 (2023-06-15)
6+
7+
## Bugfixes
8+
9+
* A debug display of server timing info was always enabled when it should have
10+
been disabled by default. This produced extraneous output to stderr for some
11+
commands.
12+
13+
* Fix bug causing `globus rm` to fail when using the `--dry-run` option.
14+
15+
## Enhancements
16+
17+
* Add `globus flows create` as a new command for creating flows.
18+
19+
* JSON file parsing throughout the CLI has been made more uniform and robust.
20+
Commands which required files to be specified with the `file:` prefix now
21+
allow for filenames without the prefix, improving tab-completion. All
22+
commands which accept JSON data as inputs now allow for files or
23+
JSON-formatted arguments.
24+
25+
* Add the `--local-user` option to the `globus ls`, `globus rename`, `globus mkdir`,
26+
`globus delete`, and `globus rm` commands.
27+
28+
* Add the `--source-local-user` and `--destination-local-user` options to the
29+
`globus transfer` command.
30+
31+
* Error reporting for parsing errors during `--batch` processing has been
32+
improved to better indicate the source of the error
33+
534
== 3.13.0 (2023-04-21)
635

736
Enhancements:

changelog.d/20230425_113612_ada.md

-4
This file was deleted.

changelog.d/20230428_145814_sirosen_improve_jsonstringorfile.md

-7
This file was deleted.

changelog.d/20230428_165835_sirosen_bugfix_server_timing.md

-5
This file was deleted.

changelog.d/20230606_141941_aaschaer_local_user.md

-11
This file was deleted.

changelog.d/20230606_233129_sirosen_fix_handling_bad_batch.md

-4
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.13.0"
10+
__version__ = "3.14.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)