Skip to content

Commit

Permalink
chore(release): 0.7.0
Browse files Browse the repository at this point in the history
# [0.7.0](v0.6.2...v0.7.0) (2022-11-15)

### Features

* **python:** support python 3.11 ([c2a0586](c2a0586))

### BREAKING CHANGES

* **python:** Pathy.exists() no longer enumerates buckets if given a path with no root.
  • Loading branch information
semantic-release-bot committed Nov 15, 2022
1 parent c2a0586 commit 2484a17
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [0.7.0](https://github.com/justindujardin/pathy/compare/v0.6.2...v0.7.0) (2022-11-15)


### Features

* **python:** support python 3.11 ([c2a0586](https://github.com/justindujardin/pathy/commit/c2a0586c198a19cf6fcf81b41c60689af574db17))


### BREAKING CHANGES

* **python:** Pathy.exists() no longer enumerates buckets if given a path with no root.

## [0.6.2](https://github.com/justindujardin/pathy/compare/v0.6.1...v0.6.2) (2022-06-30)


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

0 comments on commit 2484a17

Please sign in to comment.