Skip to content

Commit b7d48bc

Browse files
committed
🚀 RELEASE: v0.3.6
1 parent 83703ab commit b7d48bc

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## v0.3.6 - 2021-11-23
4+
5+
✨ NEW: Allow parsing `ZipPath` -> `ZipPath.putfile` (propagates compression type+level and comment)
6+
37
## v0.3.4 - 2021-09-30
48

59
✨ NEW: Add `TarPath.parts` and `ZipPath.parts`

archive_path/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
from .tar_path import * # noqa: F401,F403
1010
from .zip_path import * # noqa: F401,F403
1111

12-
__version__ = "0.3.5"
12+
__version__ = "0.3.6"

0 commit comments

Comments
 (0)