From 104a0e6d0bf1570e0c7185c075c63399623a1c2b Mon Sep 17 00:00:00 2001 From: Maciej Urbanski Date: Wed, 15 May 2024 16:37:47 +0200 Subject: [PATCH] release 4.0.1 --- CHANGELOG.md | 10 ++++++++++ changelog.d/+hyphen_filename.fixed.md | 2 -- changelog.d/+ls_file.fixed.md | 1 - 3 files changed, 10 insertions(+), 3 deletions(-) delete mode 100644 changelog.d/+hyphen_filename.fixed.md delete mode 100644 changelog.d/+ls_file.fixed.md diff --git a/CHANGELOG.md b/CHANGELOG.md index e97d71eaf..c2063b3bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,16 @@ upcoming release can be found in [changelog.d](changelog.d). +## [4.0.1](https://github.com/Backblaze/B2_Command_Line_Tool/releases/tag/v4.0.1) - 2024-05-15 + + +### Fixed + +- Fix `-` handling in file upload commands - even if file with `-` name exists, the stdin will be chosen over it. + This change affects `b2v4` (which is also aliased as `b2`), but not `b2v3` to keep backwards compatibility. +- Fix `b2 ls b2://bucketName/fileName` and `b2 rm b2://bucketName/fileName` to respectively, list and remove file identified by supplied B2 URI. + + ## [4.0.0](https://github.com/Backblaze/B2_Command_Line_Tool/releases/tag/v4.0.0) - 2024-05-13 diff --git a/changelog.d/+hyphen_filename.fixed.md b/changelog.d/+hyphen_filename.fixed.md deleted file mode 100644 index 2f467d3a1..000000000 --- a/changelog.d/+hyphen_filename.fixed.md +++ /dev/null @@ -1,2 +0,0 @@ -Fix `-` handling in file upload commands - even if file with `-` name exists, the stdin will be chosen over it. -This change affects `b2v4` (which is also aliased as `b2`), but not `b2v3` to keep backwards compatibility. diff --git a/changelog.d/+ls_file.fixed.md b/changelog.d/+ls_file.fixed.md deleted file mode 100644 index de7eab704..000000000 --- a/changelog.d/+ls_file.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Fix `b2 ls b2://bucketName/fileName` and `b2 rm b2://bucketName/fileName` to respectively, list and remove file identified by supplied B2 URI.