Skip to content

Commit

Permalink
chore(release): 0.0.10
Browse files Browse the repository at this point in the history
## [0.0.10](v0.0.9...v0.0.10) (2020-04-14)

### Features

* add `use_fs_caching` and `GCSPath.to_local` for caching ([2894360](2894360))
  • Loading branch information
semantic-release-bot committed Apr 14, 2020
1 parent 024d825 commit 1b5b054
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions 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)


Expand Down
2 changes: 1 addition & 1 deletion 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"
Expand Down

0 comments on commit 1b5b054

Please sign in to comment.