We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a94314e + af011b3 commit 665fb96Copy full SHA for 665fb96
changelog.adoc
@@ -1,5 +1,12 @@
1
= CLI Changelog
2
3
+== 1.10.0
4
+
5
+Enhancements:
6
7
+* Add `--timeout-exit-code` option to override the default exit
8
+code (1) for commands that wait on tasks. For example, `globus task wait <task_id> --timeout 60 --timeout-exit-code 0`.
9
10
== 1.9.1
11
12
* Minor internal improvements
globus_cli/version.py
@@ -2,7 +2,7 @@
# single source of truth for package version,
# see https://packaging.python.org/en/latest/single_source_version/
-__version__ = "1.9.1"
+__version__ = "1.10.0"
# app name to send as part of SDK requests
app_name = "Globus CLI v{}".format(__version__)
0 commit comments