Skip to content

Commit

Permalink
Release v0.15.2
Browse files Browse the repository at this point in the history
Added
-----
- CLI: create sub-command(c) has -P or --password option.(#332)

Fixed
-----
- Fix not to produce directory when memory extraction mode.(#323)

Changed
-------
- Use PyPPMd v0.12.1 or later for ppmd compression instead of ppmd-cffi(#322)
- Add minimum version requirement for PyCryptodome (#329)
- Bump setuptools_scm @6.0.1

Signed-off-by: Hiroshi Miura <[email protected]>
  • Loading branch information
miurahr committed Apr 26, 2021
1 parent aa82edf commit 789d253
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions Changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Added

Changed
-------
- Use PyPPMd v0.12.1 or later for ppmd compression instead of ppmd-cffi(#322)

Fixed
-----
Expand All @@ -29,6 +28,24 @@ Security
Deprecated
----------

`v0.15.2`_
==========

Added
-----
- CLI: create sub-command(c) has -P or --password option.(#332)

Fixed
-----
- Fix not to produce directory when memory extraction mode.(#323)

Changed
-------
- Use PyPPMd v0.12.1 or later for ppmd compression instead of ppmd-cffi(#322)
- Add minimum version requirement for PyCryptodome (#329)
- Bump setuptools_scm @6.0.1


`v0.15.1`_
==========

Expand Down Expand Up @@ -332,7 +349,8 @@ Removed


.. History links
.. _Unreleased: https://github.com/miurahr/py7zr/compare/v0.15.1...HEAD
.. _Unreleased: https://github.com/miurahr/py7zr/compare/v0.15.2...HEAD
.. _v0.15.2: https://github.com/miurahr/py7zr/compare/v0.15.1...v0.15.2
.. _v0.15.1: https://github.com/miurahr/py7zr/compare/v0.15.0...v0.15.1
.. _v0.15.0: https://github.com/miurahr/py7zr/compare/v0.14.1...v0.15.0
.. _v0.14.1: https://github.com/miurahr/py7zr/compare/v0.14.0...v0.14.1
Expand Down

0 comments on commit 789d253

Please sign in to comment.