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 Aug 31, 2022
1 parent 195d477 commit 472befe
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 18 deletions.
14 changes: 14 additions & 0 deletions changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

// scriv-insert-here

== 3.8.0 (2022-08-31)

## Enhancements

* The globus CLI is now faster to start in many cases. Tab completions are most
significantly improved, but other commands may demonstrate an improvement as
well

* Add the `globus api timer` command for direct interactions with the Globus
Timer service

* Order `globus task list` by descending request time to prioritise
newer tasks in default output

== 3.7.0 (2022-08-05)

## Bugfixes
Expand Down
5 changes: 0 additions & 5 deletions changelog.d/20220602_153909_sirosen_half_lazy_imports.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20220808_181413_sirosen_add_timer_api_command.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20220818_112600_aaschaer_task_order.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20220831_164625_sirosen_lazy_subcommands.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.7.0"
__version__ = "3.8.0"

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

0 comments on commit 472befe

Please sign in to comment.