Skip to content

Commit a157a9c

Browse files
committed
Release v0.20.6
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
1 parent f850429 commit a157a9c

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

docs/Changelog.rst

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)