Skip to content

Commit 8bedf7c

Browse files
committed
Release 0.6.0
1 parent 79d584e commit 8bedf7c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Changelog
22

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+
37
## [0.5.0] - 2025-06-21
48
* `repack` now clears `_end_offset` for all referenced `ZipInfo` objects.
5-
* Optimize `copy` by using shallow copy instead.
9+
* Optimized `copy` by using shallow copy instead.
610

711
## [0.4.1] - 2025-06-20
812
* Internal code optimization.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = zipremove
3-
version = 0.5.0
3+
version = 0.6.0
44
author = Danny Lin
55
author_email = [email protected]
66
url = https://github.com/danny0838/zipremove

0 commit comments

Comments
 (0)