Skip to content

Commit

Permalink
chore(release): 0.6.0
Browse files Browse the repository at this point in the history
# [0.6.0](justindujardin/pathy@v0.5.2...v0.6.0) (2021-06-26)

### Features

* support smart_open >=5.0.0,<6.0.0 ([justindujardin#63](justindujardin#63)) ([9718752](justindujardin@9718752))

### BREAKING CHANGES

* This change removes support for smart_open < 5.0.0

The API for specifying s3 credentials changed in smart_open v5, so previous versions are incompatible.
  • Loading branch information
semantic-release-bot committed Jun 26, 2021
1 parent 9718752 commit 6639e67
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [0.6.0](https://github.com/justindujardin/pathy/compare/v0.5.2...v0.6.0) (2021-06-26)


### Features

* support smart_open >=5.0.0,<6.0.0 ([#63](https://github.com/justindujardin/pathy/issues/63)) ([9718752](https://github.com/justindujardin/pathy/commit/97187528b70fdb96e928e1f90a3b06732e126b16))


### BREAKING CHANGES

* This change removes support for smart_open < 5.0.0

The API for specifying s3 credentials changed in smart_open v5, so previous versions are incompatible.

## [0.5.2](https://github.com/justindujardin/pathy/compare/v0.5.1...v0.5.2) (2021-04-24)


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.5.2"
__version__: str = "0.6.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 6639e67

Please sign in to comment.