Skip to content

Commit 14a3192

Browse files
authored
Merge pull request #959 from globus/release-3.26.0
Release v3.26.0
2 parents 4071606 + b03841e commit 14a3192

6 files changed

+17
-14
lines changed

changelog.adoc

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
// scriv-insert-here
44

5+
== 3.26.0 (2024-03-01)
6+
7+
Bugfixes:
8+
9+
* Payloads sent with `globus api` commands are now always encoded as UTF-8.
10+
This fixes an issue on certain platforms in which encoding could fail on
11+
specific payloads.
12+
13+
Enhancements:
14+
15+
* Text-wrapped fields in record-style text output now use a larger percentage
16+
of the available space in wide terminals.
17+
18+
* Add support for client credentials in `globus timer create transfer`.
19+
520
== 3.25.0 (2024-02-19)
621

722
Enhancements:

changelog.d/20240223_150902_sirosen_api_always_utf8.md

-5
This file was deleted.

changelog.d/20240226_123238_sirosen_enable_wrapped_group_desc.md

-4
This file was deleted.

changelog.d/20240229_094608_ada_support_client_creds_in_timer_create.md

-3
This file was deleted.

src/globus_cli/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

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

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

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ commands =
9595

9696
[testenv:prepare-release]
9797
skip_install = true
98-
deps = scriv
98+
deps = scriv[toml]
9999
commands =
100100
scriv collect
101101
python ./changelog.d/post-fix-changelog.py changelog.adoc

0 commit comments

Comments
 (0)