Skip to content

Commit c74029f

Browse files
committed
Release v3.2.1
1 parent 0f8e6bd commit c74029f

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

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+
914
## [3.2.0] - 2021-12-23
1015

1116
### Added
@@ -284,8 +289,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
284289
* Fix an off-by-one issue when downloading a range of a file (affects library, but not CLI).
285290
* Better handling of some errors from the B2 service.
286291

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
289295
[3.1.0]: https://github.com/Backblaze/B2_Command_Line_Tool/compare/v3.0.3...v3.1.0
290296
[3.0.3]: https://github.com/Backblaze/B2_Command_Line_Tool/compare/v3.0.2...v3.0.3
291297
[3.0.2]: https://github.com/Backblaze/B2_Command_Line_Tool/compare/v3.0.1...v3.0.2

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
arrow>=0.8.0,<1.0.0; python_version <= '3.5'
22
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
44
docutils==0.16
55
idna>=2.2.0; platform_system == 'Java'
66
importlib-metadata>=2.1.1,<3.0.0; python_version <= '3.5'

0 commit comments

Comments
 (0)