Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SupraSummus committed Jul 2, 2020
1 parent 87152b3 commit 7ee9f52
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
@@ -0,0 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
Well, at least this is the intention.

## [Unreleased]

## [0.3.1] - 2020-07-02
### Added
* Support for go-ipfs v0.5.x and v0.6.x (using ipfshttpclient 0.6.x)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def run(self):

setup(
name='ipfs_api_mount',
version='0.3.0',
version='0.3.1',
description='Mount IPFS directory as local FS.',
license='MIT',
url='https://github.com/SupraSummus/ipfs-api-mount',
Expand Down

0 comments on commit 7ee9f52

Please sign in to comment.