Skip to content

Commit

Permalink
🚀 RELEASE: v0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Nov 23, 2021
1 parent 83703ab commit b7d48bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## v0.3.6 - 2021-11-23

✨ NEW: Allow parsing `ZipPath` -> `ZipPath.putfile` (propagates compression type+level and comment)

## v0.3.4 - 2021-09-30

✨ NEW: Add `TarPath.parts` and `ZipPath.parts`
Expand Down
2 changes: 1 addition & 1 deletion archive_path/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
from .tar_path import * # noqa: F401,F403
from .zip_path import * # noqa: F401,F403

__version__ = "0.3.5"
__version__ = "0.3.6"

0 comments on commit b7d48bc

Please sign in to comment.