From 73b5e24a0ba991bd568540d9fb199e2efcad84b0 Mon Sep 17 00:00:00 2001 From: Hiroshi Miura Date: Mon, 6 Nov 2023 07:38:45 +0900 Subject: [PATCH] Release v0.20.7 Support Python 3.12 --- docs/Changelog.rst | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/docs/Changelog.rst b/docs/Changelog.rst index e13d7a9e..2bcd188b 100644 --- a/docs/Changelog.rst +++ b/docs/Changelog.rst @@ -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