Skip to content

Commit

Permalink
🚀 RELEASE: v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Nov 9, 2020
1 parent f33d5a9 commit 04596dc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## v0.2.0 - 2020-11-09

✨ NEW: Add `glob` method

✨ NEW: Add `extract_tree` method

## v0.1.1 - 2020-11-08

✨ Initial PyPi release
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.1.1"
__version__ = "0.2.0"

0 comments on commit 04596dc

Please sign in to comment.