Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
  • Loading branch information
miurahr committed Jun 23, 2019
1 parent 8c924c5 commit 0b0e7df
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 11 deletions.
34 changes: 24 additions & 10 deletions Changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,27 @@ Current changes
Added
-----

Changed
-------

Fixed
-----

Deprecated
----------

Removed
-------

Security
--------

`v0.3.1`_
=======

Added
-----

* CLI i subcommand: show codec information.
* Decompression performance test as regression test.
* Add more unit test for helper functions.
Expand All @@ -24,21 +45,13 @@ Changed
* List subcommand now do not show compressed file size in solid compression.
This is as same behavior as p7zip command.
* Merge io.py into archiveinfo.py
* Internal queue size now is same as read block size.
* Drop internal intermediate queue, which is not used.

Fixed
-----

* Always overwrite when archive has multiple file with same name.

Deprecated
----------

Removed
-------

Security
--------

`v0.3`_
=======
Expand Down Expand Up @@ -276,7 +289,8 @@ Changed


.. History links
.. _Unreleased: https://github.com/miurahr/py7zr/compare/v0.3...HEAD
.. _Unreleased: https://github.com/miurahr/py7zr/compare/v0.3.1...HEAD
.. _v0.3.1: https://github.com/miurahr/py7zr/compare/v0.3...v0.3.1
.. _v0.3: https://github.com/miurahr/py7zr/compare/v0.2.0...v0.3
.. _v0.2.0: https://github.com/miurahr/py7zr/compare/v0.1.6...v0.2.0
.. _v0.1.6: https://github.com/miurahr/py7zr/compare/v0.1.5...v0.1.6
Expand Down
2 changes: 1 addition & 1 deletion py7zr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from py7zr.py7zr import SevenZipFile, is_7zfile, unpack_7zarchive

__copyright__ = 'Copyright (C) 2019 Hiroshi Miura'
__version__ = '0.3'
__version__ = '0.3.1'
__license__ = 'LGPL-2.1+'
__author__ = 'Hiroshi Miura'
__author_email__ = 'miurahr@linux.com'
Expand Down

0 comments on commit 0b0e7df

Please sign in to comment.