From 3574f9972619cf328d2ade9fc60ca92d69b54ba0 Mon Sep 17 00:00:00 2001 From: Hiroshi Miura Date: Fri, 15 Oct 2021 21:02:40 +0900 Subject: [PATCH] Release v0.16.2 Signed-off-by: Hiroshi Miura --- Changelog.rst | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/Changelog.rst b/Changelog.rst index f806875c..1a9dc500 100644 --- a/Changelog.rst +++ b/Changelog.rst @@ -7,6 +7,9 @@ All notable changes to this project will be documented in this file. `Unreleased`_ ============= +`v0.16.2`_ +========== + Added ----- * Bundle type hint data @@ -29,15 +32,6 @@ Fixed * Docs: specification error of signature header data types. * Fix infinite loop in extract(#354) -Removed -------- - -Security --------- - -Deprecated ----------- - `v0.16.1`_ ========== @@ -225,7 +219,8 @@ Deprecated .. History links -.. _Unreleased: https://github.com/miurahr/py7zr/compare/v0.16.1...HEAD +.. _Unreleased: https://github.com/miurahr/py7zr/compare/v0.16.2...HEAD +.. _v0.16.2: https://github.com/miurahr/py7zr/compare/v0.16.1...v0.16.2 .. _v0.16.1: https://github.com/miurahr/py7zr/compare/v0.16.0...v0.16.1 .. _v0.16.0: https://github.com/miurahr/py7zr/compare/v0.15.2...v0.16.0 .. _v0.15.2: https://github.com/miurahr/py7zr/compare/v0.15.1...v0.15.2