Skip to content

Commit 25eafa4

Browse files
committed
release 4.6.0
1 parent 83f40e0 commit 25eafa4

File tree

5 files changed

+17
-4
lines changed

5 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,23 @@ upcoming release can be found in [changelog.d](changelog.d).
99

1010
<!-- towncrier release notes start -->
1111

12+
## [4.6.0](https://github.com/Backblaze/B2_Command_Line_Tool/releases/tag/v4.6.0) - 2026-02-25
13+
14+
15+
### Changed
16+
17+
- Update the ``version`` command to display the installed ``b2sdk`` version alongside the CLI version.
18+
19+
### Fixed
20+
21+
- Bump b2sdk version to 2.10.3 (resolves [#1045](https://github.com/Backblaze/B2_Command_Line_Tool/issues/1045), [#1118](https://github.com/Backblaze/B2_Command_Line_Tool/issues/1118)).
22+
- Fixed autocomplete parser cache on Python 3.14.2+ by clearing argparse's cached validation formatter before pickling the parser. This avoids failures caused by non-picklable color formatting lambdas stored in the cached formatter.
23+
24+
### Doc
25+
26+
- Improve command-line options formatting in CLI help text.
27+
28+
1229
## [4.5.1](https://github.com/Backblaze/B2_Command_Line_Tool/releases/tag/v4.5.1) - 2026-01-27
1330

1431

changelog.d/+autocomplete-cache-py314.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/+bump-b2sdk.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/+command-option-formatting.doc.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/+version-command-b2sdk.changed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)