From 1b5b0549c1a0fd2232e16a4984430b2186be1f9d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 14 Apr 2020 17:53:20 +0000 Subject: [PATCH] chore(release): 0.0.10 ## [0.0.10](https://github.com/justindujardin/gcspath/compare/v0.0.9...v0.0.10) (2020-04-14) ### Features * add `use_fs_caching` and `GCSPath.to_local` for caching ([2894360](https://github.com/justindujardin/gcspath/commit/2894360d48e3ac4b28ecb4627eb562f9e65b3c93)) --- CHANGELOG.md | 7 +++++++ gcspath/about.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ad1c4d..825a23a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.0.10](https://github.com/justindujardin/gcspath/compare/v0.0.9...v0.0.10) (2020-04-14) + + +### Features + +* add `use_fs_caching` and `GCSPath.to_local` for caching ([2894360](https://github.com/justindujardin/gcspath/commit/2894360d48e3ac4b28ecb4627eb562f9e65b3c93)) + ## [0.0.9](https://github.com/justindujardin/gcspath/compare/v0.0.8...v0.0.9) (2020-04-08) diff --git a/gcspath/about.py b/gcspath/about.py index 79f651e..00c0cba 100644 --- a/gcspath/about.py +++ b/gcspath/about.py @@ -1,5 +1,5 @@ __title__ = "gcspath" -__version__ = "0.0.9" +__version__ = "0.0.10" __summary__ = "pathlib.Path subclasses for Google Cloud Storage" __uri__ = "https://github.com/justindujardin/gcspath" __author__ = "Justin DuJardin"