Skip to content

Commit

Permalink
🚀 RELEASE: v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Nov 9, 2020
1 parent 99a1cf7 commit 3f118ff
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.2.1 - 2020-11-09

🐛 FIX: Ensure base directory always created in `extract_tree`

## v0.2.0 - 2020-11-09

✨ NEW: Add `glob` method
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.2.0"
__version__ = "0.2.1"

0 comments on commit 3f118ff

Please sign in to comment.