Skip to content

Commit

Permalink
Merge pull request #959 from globus/release-3.26.0
Browse files Browse the repository at this point in the history
Release v3.26.0
  • Loading branch information
ada-globus authored Mar 1, 2024
2 parents 4071606 + b03841e commit 14a3192
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 14 deletions.
15 changes: 15 additions & 0 deletions changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

// scriv-insert-here

== 3.26.0 (2024-03-01)

Bugfixes:

* Payloads sent with `globus api` commands are now always encoded as UTF-8.
This fixes an issue on certain platforms in which encoding could fail on
specific payloads.

Enhancements:

* Text-wrapped fields in record-style text output now use a larger percentage
of the available space in wide terminals.

* Add support for client credentials in `globus timer create transfer`.

== 3.25.0 (2024-02-19)

Enhancements:
Expand Down
5 changes: 0 additions & 5 deletions changelog.d/20240223_150902_sirosen_api_always_utf8.md

This file was deleted.

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

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

# app name to send as part of SDK requests
app_name = f"Globus CLI v{__version__}"
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ commands =

[testenv:prepare-release]
skip_install = true
deps = scriv
deps = scriv[toml]
commands =
scriv collect
python ./changelog.d/post-fix-changelog.py changelog.adoc
Expand Down

0 comments on commit 14a3192

Please sign in to comment.