Skip to content

Commit 70a61c9

Browse files
committed
Prepare release v3.8.0
1 parent 5869b05 commit 70a61c9

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CHANGELOG.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [3.8.0] - 2023-03-23
10+
911
### Added
1012
* Add `install-autocomplete` command for installing shell autocompletion
1113

14+
### Fixed
15+
* Hitting the download endpoint twice in some cases
16+
1217
### Infrastructure
1318
* GitHub CD builds and uploads an official B2 CLI image to docker hub
1419
* Disable changelog verification for dependabot PRs
@@ -407,8 +412,9 @@ This version is pinned strictly to `b2-sdk-python==1.16.0` for the same reason.
407412
* Fix an off-by-one issue when downloading a range of a file (affects library, but not CLI).
408413
* Better handling of some errors from the B2 service.
409414

410-
[Unreleased]: https://github.com/Backblaze/B2_Command_Line_Tool/compare/v3.7.1...HEAD
411-
[3.7.1]: https://github.com/Backblaze/B2_Command_Line_Tool/compare/v3.7.1...v3.7.1
415+
[Unreleased]: https://github.com/Backblaze/B2_Command_Line_Tool/compare/v3.8.0...HEAD
416+
[3.8.0]: https://github.com/Backblaze/B2_Command_Line_Tool/compare/v3.7.1...v3.8.0
417+
[3.7.1]: https://github.com/Backblaze/B2_Command_Line_Tool/compare/v3.7.0...v3.7.1
412418
[3.7.0]: https://github.com/Backblaze/B2_Command_Line_Tool/compare/v3.6.0...v3.7.0
413419
[3.6.0]: https://github.com/Backblaze/B2_Command_Line_Tool/compare/v3.5.0...v3.6.0
414420
[3.5.0]: https://github.com/Backblaze/B2_Command_Line_Tool/compare/v3.4.0...v3.5.0

0 commit comments

Comments
 (0)