Skip to content

Commit

Permalink
Version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SupraSummus committed Jul 12, 2020
1 parent 4db866a commit 6888fca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Well, at least this is the intention.

## [Unreleased]

## [0.3.2] - 2020-07-12
### Added
* Version info embedded in package and available via `--version`

### Changed
* Reworked `ipfs_mounted` context manager internals
* Public python-level API for mounting - `ipfs_mounted` context manager

### Removed
* `IPFSMount` no longer accepts `ready` argument

### Fixed
* More liberal requirements for protobuf version - any v3.x.x is now good
* v1 CID support
* Fixed protobuf package version mismatch
* CID v1 support

## [0.3.1] - 2020-07-02
### Added
Expand Down
2 changes: 1 addition & 1 deletion ipfs_api_mount/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.3.1'
__version__ = '0.3.2'

0 comments on commit 6888fca

Please sign in to comment.