File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 3.2.1] - 2022-02-23
10
+
11
+ ### Fixed
12
+ * Fix setting permissions for local sqlite database (thanks to Jan Schejbal for responsible disclosure!)
13
+
9
14
## [ 3.2.0] - 2021-12-23
10
15
11
16
### Added
@@ -284,8 +289,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
284
289
* Fix an off-by-one issue when downloading a range of a file (affects library, but not CLI).
285
290
* Better handling of some errors from the B2 service.
286
291
287
- [ Unreleased ] : https://github.com/Backblaze/B2_Command_Line_Tool/compare/v3.2.0...HEAD
288
- [ 3.1.0 ] : https://github.com/Backblaze/B2_Command_Line_Tool/compare/v3.1.0...v3.2.0
292
+ [ Unreleased ] : https://github.com/Backblaze/B2_Command_Line_Tool/compare/v3.2.1...HEAD
293
+ [ 3.2.1 ] : https://github.com/Backblaze/B2_Command_Line_Tool/compare/v3.2.0...v3.2.1
294
+ [ 3.2.0 ] : https://github.com/Backblaze/B2_Command_Line_Tool/compare/v3.1.0...v3.2.0
289
295
[ 3.1.0 ] : https://github.com/Backblaze/B2_Command_Line_Tool/compare/v3.0.3...v3.1.0
290
296
[ 3.0.3 ] : https://github.com/Backblaze/B2_Command_Line_Tool/compare/v3.0.2...v3.0.3
291
297
[ 3.0.2 ] : https://github.com/Backblaze/B2_Command_Line_Tool/compare/v3.0.1...v3.0.2
Original file line number Diff line number Diff line change 1
1
arrow >= 0.8.0 ,< 1.0.0 ; python_version < = '3.5'
2
2
arrow >= 1.0.2 ,< 2.0.0 ; python_version >= '3.6'
3
- b2sdk >= 1.14.0 ,< 2.0.0
3
+ b2sdk >= 1.14.1 ,< 2.0.0
4
4
docutils == 0.16
5
5
idna >= 2.2.0 ; platform_system == 'Java'
6
6
importlib-metadata >= 2.1.1 ,< 3.0.0 ; python_version < = '3.5'
You can’t perform that action at this time.
0 commit comments