File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 3.8.0] - 2023-03-23
10
+
9
11
### Added
10
12
* Add ` install-autocomplete ` command for installing shell autocompletion
11
13
14
+ ### Fixed
15
+ * Hitting the download endpoint twice in some cases
16
+
12
17
### Infrastructure
13
18
* GitHub CD builds and uploads an official B2 CLI image to docker hub
14
19
* 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.
407
412
* Fix an off-by-one issue when downloading a range of a file (affects library, but not CLI).
408
413
* Better handling of some errors from the B2 service.
409
414
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
412
418
[ 3.7.0 ] : https://github.com/Backblaze/B2_Command_Line_Tool/compare/v3.6.0...v3.7.0
413
419
[ 3.6.0 ] : https://github.com/Backblaze/B2_Command_Line_Tool/compare/v3.5.0...v3.6.0
414
420
[ 3.5.0 ] : https://github.com/Backblaze/B2_Command_Line_Tool/compare/v3.4.0...v3.5.0
You can’t perform that action at this time.
0 commit comments