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 79d584e commit 8bedf7cCopy full SHA for 8bedf7c
CHANGELOG.md
@@ -1,8 +1,12 @@
1
# Changelog
2
3
+## [0.6.0] - 2025-07-03
4
+* `repack` now updates `data_offset` for `ZipFile`.
5
+* Adjusted the default buffer size for several intetnal methods used by `repack`.
6
+
7
## [0.5.0] - 2025-06-21
8
* `repack` now clears `_end_offset` for all referenced `ZipInfo` objects.
-* Optimize `copy` by using shallow copy instead.
9
+* Optimized `copy` by using shallow copy instead.
10
11
## [0.4.1] - 2025-06-20
12
* Internal code optimization.
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = zipremove
-version = 0.5.0
+version = 0.6.0
author = Danny Lin
author_email = danny0838@gmail.com
url = https://github.com/danny0838/zipremove
0 commit comments