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 Feb 18, 2022
1 parent 2f9de82 commit 4817d4c
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 29 deletions.
20 changes: 20 additions & 0 deletions changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

// scriv-insert-here

== 3.3.0 (2022-02-18)

Enhancements:

* Add Globus Search commands for managing index roles. These are
`globus search index role list`, `globus search index role create`, and
`globus search index role delete`

* Added new commands for manipulating groups
** `globus group create` creates a new group
** `globus group show` shows group information
** `globus group update` updates group name or description
** `globus group delete` deletes a group

Bugfixes:

* Update the version of `globus-sdk` used, fixing an issue which caused
`globus task show --skipped-errors` and
`globus task show --successful-transfers` to only show partial output

== 3.2.0 (2022-01-13)

Enhancements:
Expand Down
5 changes: 0 additions & 5 deletions changelog.d/20220124_192458_sirosen_search_role_commands.md

This file was deleted.

18 changes: 0 additions & 18 deletions changelog.d/20220125_133502_aaschaer_group.md

This file was deleted.

5 changes: 0 additions & 5 deletions changelog.d/20220218_213841_sirosen.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 @@ -2,7 +2,7 @@

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

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

0 comments on commit 4817d4c

Please sign in to comment.