From 84d3047d0cc3d62fb3eca8a4e3cdedf945f931a0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 15 Apr 2020 20:05:43 +0000 Subject: [PATCH] chore(release): 0.0.11 ## [0.0.11](https://github.com/justindujardin/gcspath/compare/v0.0.10...v0.0.11) (2020-04-15) ### Features * **to_local:** support caching folders ([cc56f6e](https://github.com/justindujardin/gcspath/commit/cc56f6eab21f850f0521013749589ad0736e261d)) --- CHANGELOG.md | 7 +++++++ gcspath/about.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 825a23a..f9cdb1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.0.11](https://github.com/justindujardin/gcspath/compare/v0.0.10...v0.0.11) (2020-04-15) + + +### Features + +* **to_local:** support caching folders ([cc56f6e](https://github.com/justindujardin/gcspath/commit/cc56f6eab21f850f0521013749589ad0736e261d)) + ## [0.0.10](https://github.com/justindujardin/gcspath/compare/v0.0.9...v0.0.10) (2020-04-14) diff --git a/gcspath/about.py b/gcspath/about.py index 00c0cba..91634b5 100644 --- a/gcspath/about.py +++ b/gcspath/about.py @@ -1,5 +1,5 @@ __title__ = "gcspath" -__version__ = "0.0.10" +__version__ = "0.0.11" __summary__ = "pathlib.Path subclasses for Google Cloud Storage" __uri__ = "https://github.com/justindujardin/gcspath" __author__ = "Justin DuJardin"