1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-09 23:42:20 +08:00

version bump to 0.3.1

This patch update fixes a few bugs:

* harden shutdown logic by @torarnv
* daemon locking fixes by @travisperson
* don't re-add entire dirs by @whyrusleeping
* tests now wait for graceful shutdown by @jbenet
* default key size is now 2048 by @jbenet

(experimenting with using semver)
This commit is contained in:
Juan Batiz-Benet
2015-04-21 01:42:22 -07:00
parent c7d2d6090a
commit b1adeef85c
2 changed files with 11 additions and 1 deletions

View File

@ -1,6 +1,16 @@
# go-ipfs changelog
### 0.3.1 - 2015-04-21
This patch update fixes a few bugs:
* harden shutdown logic by @torarnv
* daemon locking fixes by @travisperson
* don't re-add entire dirs by @whyrusleeping
* tests now wait for graceful shutdown by @jbenet
* default key size is now 2048 by @jbenet
### 0.3.0 - 2015-04-20
We've just released version 0.3.0, which contains many