Skip to content

Commit

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

### Features

* add `resolve` method ([7cebc69](7cebc69))
  • Loading branch information
semantic-release-bot committed Apr 8, 2020
1 parent 12d68ff commit a4829bc
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.9](https://github.com/justindujardin/gcspath/compare/v0.0.8...v0.0.9) (2020-04-08)


### Features

* add `resolve` method ([7cebc69](https://github.com/justindujardin/gcspath/commit/7cebc69bfc88b1a522defdce1637f5159c37def6))

## [0.0.8](https://github.com/justindujardin/gcspath/compare/v0.0.7...v0.0.8) (2020-04-08)


Expand Down
2 changes: 1 addition & 1 deletion gcspath/about.py
@@ -1,5 +1,5 @@
__title__ = "gcspath"
__version__ = "0.0.8"
__version__ = "0.0.9"
__summary__ = "pathlib.Path subclasses for Google Cloud Storage"
__uri__ = "https://github.com/justindujardin/gcspath"
__author__ = "Justin DuJardin"
Expand Down

0 comments on commit a4829bc

Please sign in to comment.