Skip to content

Commit

Permalink
Release v0.20.7
Browse files Browse the repository at this point in the history
Support Python 3.12
  • Loading branch information
miurahr committed Nov 5, 2023
1 parent ef3d9fb commit 73b5e24
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions docs/Changelog.rst
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.
`Unreleased`_
=============

`v0.20.7`_
==========
Changed
-------
* Support Python 3.12 (#541)

`v0.20.6`_
==========

Fixed
-----
- fix: sanitize path when write (#525)
- fix: allow specify target path in relative path (#530)
- Avoid AttributeError on OpenBSD (#521)
- Error appending file: KeyError: 'lastwritetime' (#517)
* fix: sanitize path when write (#525)
* fix: allow specify target path in relative path (#530)
* Avoid AttributeError on OpenBSD (#521)
* Error appending file: KeyError: 'lastwritetime' (#517)

Document
--------
- Fixing a string quote in user_guide document(#524)
* Fixing a string quote in user_guide document(#524)

`v0.20.5`_
==========
@@ -345,7 +351,8 @@ Changed


.. History links
.. _Unreleased: https://github.com/miurahr/py7zr/compare/v0.20.6...HEAD
.. _Unreleased: https://github.com/miurahr/py7zr/compare/v0.20.7...HEAD
.. _v0.20.7: https://github.com/miurahr/py7zr/compare/v0.20.6...v0.20.7
.. _v0.20.6: https://github.com/miurahr/py7zr/compare/v0.20.5...v0.20.6
.. _v0.20.5: https://github.com/miurahr/py7zr/compare/v0.20.4...v0.20.5
.. _v0.20.4: https://github.com/miurahr/py7zr/compare/v0.20.3...v0.20.4

0 comments on commit 73b5e24

Please sign in to comment.