Skip to content

Commit

Permalink
Bump version to v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pR0Ps committed Oct 2, 2023
1 parent 882fe4d commit 88babb5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
zipstream-ng changelog
======================

### [v1.7.1]
- Fix issue where it was possible to add paths with arcnames that didn't match the path contents
(file ending with "/", directory not ending with "/")

### [v1.7.0]
- Add the ability to get information on added files using `ZipStream.info_list`. This function
replaces `ZipStream.get_info` which would only provide information on files that had already been
Expand Down Expand Up @@ -91,3 +95,4 @@ zipstream-ng changelog
[v1.5.0]: https://github.com/pR0Ps/zipstream-ng/compare/v1.4.0...v1.5.0
[v1.6.0]: https://github.com/pR0Ps/zipstream-ng/compare/v1.5.0...v1.6.0
[v1.7.0]: https://github.com/pR0Ps/zipstream-ng/compare/v1.6.0...v1.7.0
[v1.7.1]: https://github.com/pR0Ps/zipstream-ng/compare/v1.7.0...v1.7.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name="zipstream-ng",
version="1.7.0",
version="1.7.1",
description="A modern and easy to use streamable zip file generator",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 88babb5

Please sign in to comment.