From 0eb3b2566603e431dad953a54780eda899816b9f Mon Sep 17 00:00:00 2001 From: Olzhas Arystanov Date: Tue, 27 Jan 2026 03:05:02 +0500 Subject: [PATCH] release 4.5.1 --- CHANGELOG.md | 16 ++++++++++++++++ changelog.d/+arg_parse_help_eager.fixed.md | 1 - ...ocomplete-integration-flaky.infrastructure.md | 1 - changelog.d/1081.changed.md | 1 - 4 files changed, 16 insertions(+), 3 deletions(-) delete mode 100644 changelog.d/+arg_parse_help_eager.fixed.md delete mode 100644 changelog.d/+autocomplete-integration-flaky.infrastructure.md delete mode 100644 changelog.d/1081.changed.md diff --git a/CHANGELOG.md b/CHANGELOG.md index b907c1145..112ffa465 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,22 @@ upcoming release can be found in [changelog.d](changelog.d). +## [4.5.1](https://github.com/Backblaze/B2_Command_Line_Tool/releases/tag/v4.5.1) - 2026-01-27 + + +### Changed + +- Replace the `phx-class-registry` dependency with a simple in-house implementation. ([#1081](https://github.com/Backblaze/B2_Command_Line_Tool/issues/1081)) + +### Fixed + +- Avoid eager calculation of command help during parser construction. + +### Infrastructure + +- Fix flaky autocomplete integration test. + + ## [4.5.0](https://github.com/Backblaze/B2_Command_Line_Tool/releases/tag/v4.5.0) - 2026-01-08 diff --git a/changelog.d/+arg_parse_help_eager.fixed.md b/changelog.d/+arg_parse_help_eager.fixed.md deleted file mode 100644 index 77c23b680..000000000 --- a/changelog.d/+arg_parse_help_eager.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Avoid eager calculation of command help during parser construction. \ No newline at end of file diff --git a/changelog.d/+autocomplete-integration-flaky.infrastructure.md b/changelog.d/+autocomplete-integration-flaky.infrastructure.md deleted file mode 100644 index 0441bcb53..000000000 --- a/changelog.d/+autocomplete-integration-flaky.infrastructure.md +++ /dev/null @@ -1 +0,0 @@ -Fix flaky autocomplete integration test. \ No newline at end of file diff --git a/changelog.d/1081.changed.md b/changelog.d/1081.changed.md deleted file mode 100644 index 58e05935f..000000000 --- a/changelog.d/1081.changed.md +++ /dev/null @@ -1 +0,0 @@ -Replace the `phx-class-registry` dependency with a simple in-house implementation.