Skip to content

Commit 73b5e24

Browse files
committed
Release v0.20.7
Support Python 3.12
1 parent ef3d9fb commit 73b5e24

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

docs/Changelog.rst

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff 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

1521
Fixed
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

2228
Document
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

0 commit comments

Comments
 (0)