From 666f3f16281b73c6ae456e16c5bcc95d044c5f8d Mon Sep 17 00:00:00 2001 From: Hiroshi Miura Date: Sun, 28 Feb 2021 12:14:31 +0900 Subject: [PATCH] v0.13.1 Fixed ----- * Backport fix of empty file archive(#305,#310) Signed-off-by: Hiroshi Miura --- Changelog.rst | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Changelog.rst b/Changelog.rst index af4b501a..df0f8af2 100644 --- a/Changelog.rst +++ b/Changelog.rst @@ -25,6 +25,15 @@ Removed Security -------- +`v0.13.1`_ +========== + +Fixed +----- + +* Backport fix of empty file archive(#305,#310) + + `v0.13.0`_ ========== @@ -272,7 +281,8 @@ Removed .. History links -.. _Unreleased: https://github.com/miurahr/py7zr/compare/v0.13.0...HEAD +.. _Unreleased: https://github.com/miurahr/py7zr/compare/v0.13.1...HEAD +.. _v0.13.1: https://github.com/miurahr/py7zr/compare/v0.13.0...v0.13.1 .. _v0.13.0: https://github.com/miurahr/py7zr/compare/v0.12.0...v0.13.0 .. _v0.12.0: https://github.com/miurahr/py7zr/compare/v0.11.3...v0.12.0 .. _v0.11.3: https://github.com/miurahr/py7zr/compare/v0.11.1...v0.11.3