Skip to content

Commit 39a94eb

Browse files
committed
Release v0.17.1
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
1 parent ecf29a4 commit 39a94eb

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

Changelog.rst

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ All notable changes to this project will be documented in this file.
77
`Unreleased`_
88
=============
99

10+
`v0.17.1`_
11+
==========
12+
Fixed
13+
-----
14+
* Allow 7zAES+LZMA2+BCJ combination for compression(#392)
15+
* Argument error when raising UnsupportedCompressionMethodError(#394)
16+
* Detect memory leak in test and fix some leaks(#388)
17+
* Fix filename and property decode in UTF-16(#391)
18+
19+
Changed
20+
-------
21+
* Azure: use macos@10.15 for test(#389)
22+
1023
`v0.17.0`_
1124
==========
1225

@@ -248,7 +261,8 @@ Deprecated
248261

249262

250263
.. History links
251-
.. _Unreleased: https://github.com/miurahr/py7zr/compare/v0.17.0...HEAD
264+
.. _Unreleased: https://github.com/miurahr/py7zr/compare/v0.17.1...HEAD
265+
.. _v0.17.1: https://github.com/miurahr/py7zr/compare/v0.17.0...v0.17.1
252266
.. _v0.17.0: https://github.com/miurahr/py7zr/compare/v0.16.4...v0.17.0
253267
.. _v0.16.4: https://github.com/miurahr/py7zr/compare/v0.16.3...v0.16.4
254268
.. _v0.16.3: https://github.com/miurahr/py7zr/compare/v0.16.2...v0.16.3

0 commit comments

Comments
 (0)