File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,20 @@ All notable changes to this project will be documented in this file.
99`Unreleased `_
1010=============
1111
12+ `v0.20.6 `_
13+ ==========
14+
15+ Fixed
16+ -----
17+ - fix: sanitize path when write (#525)
18+ - fix: allow specify target path in relative path (#530)
19+ - Avoid AttributeError on OpenBSD (#521)
20+ - Error appending file: KeyError: 'lastwritetime' (#517)
21+
22+ Document
23+ --------
24+ - Fixing a string quote in user_guide document(#524)
25+
1226`v0.20.5 `_
1327==========
1428
@@ -331,7 +345,8 @@ Changed
331345
332346
333347.. History links
334- .. _Unreleased : https://github.com/miurahr/py7zr/compare/v0.20.5...HEAD
348+ .. _Unreleased : https://github.com/miurahr/py7zr/compare/v0.20.6...HEAD
349+ .. _v0.20.6 : https://github.com/miurahr/py7zr/compare/v0.20.5...v0.20.6
335350.. _v0.20.5 : https://github.com/miurahr/py7zr/compare/v0.20.4...v0.20.5
336351.. _v0.20.4 : https://github.com/miurahr/py7zr/compare/v0.20.3...v0.20.4
337352.. _v0.20.3 : https://github.com/miurahr/py7zr/compare/v0.20.2...v0.20.3
You can’t perform that action at this time.
0 commit comments