We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1da2c7f commit 1843d87Copy full SHA for 1843d87
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## [0.5.0] - 2025-06-21
4
+* `repack` now clears `_end_offset` for all referenced `ZipInfo` objects.
5
+* Optimize `copy` by using shallow copy instead.
6
+
7
## [0.4.1] - 2025-06-20
8
* Internal code optimization.
9
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = zipremove
-version = 0.4.1
+version = 0.5.0
author = Danny Lin
author_email = danny0838@gmail.com
url = https://github.com/danny0838/zipremove
0 commit comments