File tree Expand file tree Collapse file tree 1 file changed +13
-6
lines changed
Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -9,19 +9,25 @@ All notable changes to this project will be documented in this file.
99`Unreleased `_
1010=============
1111
12+ `v0.20.7 `_
13+ ==========
14+ Changed
15+ -------
16+ * Support Python 3.12 (#541)
17+
1218`v0.20.6 `_
1319==========
1420
1521Fixed
1622-----
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)
23+ * fix: sanitize path when write (#525)
24+ * fix: allow specify target path in relative path (#530)
25+ * Avoid AttributeError on OpenBSD (#521)
26+ * Error appending file: KeyError: 'lastwritetime' (#517)
2127
2228Document
2329--------
24- - Fixing a string quote in user_guide document(#524)
30+ * Fixing a string quote in user_guide document(#524)
2531
2632`v0.20.5 `_
2733==========
@@ -345,7 +351,8 @@ Changed
345351
346352
347353.. History links
348- .. _Unreleased : https://github.com/miurahr/py7zr/compare/v0.20.6...HEAD
354+ .. _Unreleased : https://github.com/miurahr/py7zr/compare/v0.20.7...HEAD
355+ .. _v0.20.7 : https://github.com/miurahr/py7zr/compare/v0.20.6...v0.20.7
349356.. _v0.20.6 : https://github.com/miurahr/py7zr/compare/v0.20.5...v0.20.6
350357.. _v0.20.5 : https://github.com/miurahr/py7zr/compare/v0.20.4...v0.20.5
351358.. _v0.20.4 : https://github.com/miurahr/py7zr/compare/v0.20.3...v0.20.4
You can’t perform that action at this time.
0 commit comments