From 9fbe73c051016582cdc1dbdf96b8844c13f63867 Mon Sep 17 00:00:00 2001 From: Maciej Urbanski Date: Thu, 9 May 2024 13:11:17 +0200 Subject: [PATCH] release 2.2.1 --- CHANGELOG.md | 8 ++++++++ changelog.d/+fix_str_of_v2_BucketIdNotFound.fixed.md | 1 - 2 files changed, 8 insertions(+), 1 deletion(-) delete mode 100644 changelog.d/+fix_str_of_v2_BucketIdNotFound.fixed.md diff --git a/CHANGELOG.md b/CHANGELOG.md index a725d312..7332fd21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,14 @@ upcoming release can be found in [changelog.d](changelog.d). +## [2.2.1](https://github.com/Backblaze/b2-sdk-python/releases/tag/v2.2.1) - 2024-05-09 + + +### Fixed + +- Fix `__str__` of `b2sdk.v2.BucketIdNotFound` to return full error message and not just missing bucket ID value. + + ## [2.2.0](https://github.com/Backblaze/b2-sdk-python/releases/tag/v2.2.0) - 2024-05-08 ### Added diff --git a/changelog.d/+fix_str_of_v2_BucketIdNotFound.fixed.md b/changelog.d/+fix_str_of_v2_BucketIdNotFound.fixed.md deleted file mode 100644 index 38ccd2da..00000000 --- a/changelog.d/+fix_str_of_v2_BucketIdNotFound.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Fix `__str__` of `b2sdk.v2.BucketIdNotFound` to return full error message and not just missing bucket ID value.