From 789d253ddd9cc5879c9fb364cbe8505f0147ecfd Mon Sep 17 00:00:00 2001 From: Hiroshi Miura Date: Tue, 27 Apr 2021 00:00:23 +0900 Subject: [PATCH] Release 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 Signed-off-by: Hiroshi Miura --- Changelog.rst | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/Changelog.rst b/Changelog.rst index e067a676..3f1b74db 100644 --- a/Changelog.rst +++ b/Changelog.rst @@ -12,7 +12,6 @@ Added Changed ------- -- Use PyPPMd v0.12.1 or later for ppmd compression instead of ppmd-cffi(#322) Fixed ----- @@ -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`_ ========== @@ -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