Skip to content

Commit bcec97a

Browse files
committed
Release version 0.7.0a1
1 parent ba421f9 commit bcec97a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ py-ipfs-http-client 0.X.X (XX.XX.20XX)
44
* (None yet)
55

66

7+
py-ipfs-http-client 0.7.0b1 (14.10.2020)
8+
--------------------------------------
9+
10+
* Added support for optional arguments of the `.dag.*` APIs (by João Meyer)
11+
* Compatiblity bumped to go-IPFS 0.7.x (by Jan Rydzewski and other community members bugging me)
12+
* The 0.7 series is not stable yet, expect some breaking changes before the final release!
13+
14+
715
py-ipfs-http-client 0.6.1 (26.08.2020)
816
--------------------------------------
917

ipfshttpclient/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
# `0.4.1` and so on. When IPFS `0.5.0` is released, the first client version
99
# to support it will also be released as `0.5.0`.
1010

11-
__version__ = "0.6.1"
11+
__version__ = "0.7.0a1"

0 commit comments

Comments
 (0)