Ipfs 0.4.16 release
License: MIT Signed-off-by: Whyrusleeping <why@ipfs.com>
Jeromy committed
Jul 2, 2018 at 18:21 UTC
7bcc9caa84ced72eef50b98617b41659ad100fb4
4 files changed
+4
-3
.gx/lastpubver
+1
-1
@@ -1 +1 @@
1
-0.4.16-rc3: QmamgrmUW2VvJA8FsGGvgYMfSdZzQMzk1fAJewMJEEQrf9
1
+0.4.16: QmTRP6dcuYwcGDvAH8HvJtoupPrhZDQ8AoxMEn9gMzbgMy
CHANGELOG.md
+1
@@ -142,6 +142,7 @@ below.
142
- Fix panic, Don't handle errors with fallthrough ([ipfs/go-ipfs#5072](https://github.com/ipfs/go-ipfs/pull/5072))
143
- Fix how filestore is hooked up with caching ([ipfs/go-ipfs#5122](https://github.com/ipfs/go-ipfs/pull/5122))
144
- Add record validation to offline routing ([ipfs/go-ipfs#5116](https://github.com/ipfs/go-ipfs/pull/5116))
145
+ - Fix `ipfs update` working with migrations ([ipfs/go-ipfs#5194](https://github.com/ipfs/go-ipfs/pull/5194))
146
- General Changes and Refactorings
147
- Remove leftover bits of dead code ([ipfs/go-ipfs#5022](https://github.com/ipfs/go-ipfs/pull/5022))
148
- Remove fuse platform build constraints ([ipfs/go-ipfs#5033](https://github.com/ipfs/go-ipfs/pull/5033))
package.json
+1
-1
@@ -551,6 +551,6 @@
551
"language": "go",
552
"license": "MIT",
553
"name": "go-ipfs",
554
- "version": "0.4.16-rc3"
554
+ "version": "0.4.16"
555
}
556
repo/config/version.go
+1
-1
@@ -4,6 +4,6 @@ package config
4
var CurrentCommit string
5
6
// CurrentVersionNumber is the current application's version literal
7
-const CurrentVersionNumber = "0.4.16-rc3"
7
+const CurrentVersionNumber = "0.4.16"
8
9
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"