Skip to content

Commit

Permalink
Bump version and changelog for release
Browse files Browse the repository at this point in the history
  • Loading branch information
sirosen committed Nov 5, 2021
1 parent 38ad0fe commit 5e5827a
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 21 deletions.
18 changes: 18 additions & 0 deletions changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

// scriv-insert-here

== 3.1.3 (2021-11-05)

Enhancements:

* The `--help` text for `globus endpoint create` now clarifies the meaning of `--personal`.
* Errors for use of mutually exclusive options to `globus endpoint create` have been improved.

Bugfixes:

* Fix an error when `globus ls --recursive` is used on an empty directory, or
filtered such that a recursive listing has no results
* The help text printed by `--batch` when stdin is a tty has been removed. This
text explained CLI v2.x behavior, and is not accurate for CLI v3.x
* Fix a bug in `globus session consent` in which an `id_token` was expected as
part of the token data, but the `openid` scope was not provided to the login
flow
* Fix a crash that occurs when running `globus task event-list {task-id}`

== 3.1.2 (2021-10-13)

Bugfixes:
Expand Down

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20211020_193916_sirosen_fix_empty_recursive_ls.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20211102_153856_sirosen_fix_stale_batch_text.md

This file was deleted.

5 changes: 0 additions & 5 deletions changelog.d/20211103_221444_sirosen_fix_session_consent.md

This file was deleted.

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 @@ -2,7 +2,7 @@

# single source of truth for package version,
# see https://packaging.python.org/en/latest/single_source_version/
__version__ = "3.1.2"
__version__ = "3.1.3"

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

0 comments on commit 5e5827a

Please sign in to comment.