Skip to content

Commit

Permalink
chore(release): 0.1.0
Browse files Browse the repository at this point in the history
# [0.1.0](justindujardin/pathy@v0.0.17...v0.1.0) (2020-04-24)

### Features

* add FluidPath and GCSPath.fluid method ([3393226](justindujardin@3393226))
* **cli:** add ls [path] command ([17cab1d](justindujardin@17cab1d))
* **cli:** add pathy executable with cp and mv commands ([98760fc](justindujardin@98760fc))
* **cli:** add rm [path] command ([31cea91](justindujardin@31cea91))
* **pathy:** rename library to be more generic ([c62b14d](justindujardin@c62b14d))
  • Loading branch information
semantic-release-bot committed Apr 24, 2020
1 parent 4a85736 commit 5a02f63
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# [0.1.0](https://github.com/justindujardin/pathy/compare/v0.0.17...v0.1.0) (2020-04-24)


### Features

* add FluidPath and GCSPath.fluid method ([3393226](https://github.com/justindujardin/pathy/commit/3393226bc7f390f696d109bfac5f44e59a8b5151))
* **cli:** add ls [path] command ([17cab1d](https://github.com/justindujardin/pathy/commit/17cab1d8b96d92ca79e18512ac7e8a42aa136066))
* **cli:** add pathy executable with cp and mv commands ([98760fc](https://github.com/justindujardin/pathy/commit/98760fcfc0cb62891b7f2aac81a74fef088fdf78))
* **cli:** add rm [path] command ([31cea91](https://github.com/justindujardin/pathy/commit/31cea9156d99d9d465569c20c566943d4238c5dd))
* **pathy:** rename library to be more generic ([c62b14d](https://github.com/justindujardin/pathy/commit/c62b14da2aba25024af647e29df09ee57a13f6bd))

## [0.0.17](https://github.com/justindujardin/pathy/compare/v0.0.16...v0.0.17) (2020-04-17)


Expand Down
2 changes: 1 addition & 1 deletion pathy/about.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = "pathy"
__version__ = "0.0.17"
__version__ = "0.1.0"
__summary__ = "pathlib.Path subclasses for Google Cloud Storage"
__uri__ = "https://github.com/justindujardin/pathy"
__author__ = "Justin DuJardin"
Expand Down

0 comments on commit 5a02f63

Please sign in to comment.