Skip to content

Commit

Permalink
chore(release): 0.3.6
Browse files Browse the repository at this point in the history
## [0.3.6](v0.3.5...v0.3.6) (2021-02-10)

### Features

* **cli:** add "-l" flag to ls command ([e47fb02](e47fb02))
* **Pathy:** add "ls" method for quickly querying blobs with stats ([bf452e7](bf452e7))
* **tests:** include tests in pypi package ([#44](#44)) ([d6ad724](d6ad724))
  • Loading branch information
semantic-release-bot committed Feb 10, 2021
1 parent d7fa052 commit 8a034c1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.3.6](https://github.com/justindujardin/pathy/compare/v0.3.5...v0.3.6) (2021-02-10)


### Features

* **cli:** add "-l" flag to ls command ([e47fb02](https://github.com/justindujardin/pathy/commit/e47fb02db95b62d1060bd48d505706bcbcbbc22b))
* **Pathy:** add "ls" method for quickly querying blobs with stats ([bf452e7](https://github.com/justindujardin/pathy/commit/bf452e7b658cdc4b391155264c91ddeeaed09220))
* **tests:** include tests in pypi package ([#44](https://github.com/justindujardin/pathy/issues/44)) ([d6ad724](https://github.com/justindujardin/pathy/commit/d6ad7244452e874e97246f38d29d0fe8e77c5b76))

## [0.3.5](https://github.com/justindujardin/pathy/compare/v0.3.4...v0.3.5) (2021-02-02)


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.3.5"
__version__ = "0.3.6"
__summary__ = "pathlib.Path subclasses for local and cloud bucket storage"
__uri__ = "https://github.com/justindujardin/pathy"
__author__ = "Justin DuJardin"
Expand Down

0 comments on commit 8a034c1

Please sign in to comment.