Skip to content

Commit e77033c

Browse files
Merge pull request ipfs#4836 from ipfs/release-0.4.14-rc3
ipfs release 0.4.14-rc3
2 parents 11ce044 + f4a1a9e commit e77033c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,13 @@ did allow manually creating them and fetching them from other peers. If you
5454
currently have objects using insecure hashes in your local ipfs repo, please
5555
remove them before updating.
5656

57+
#### Changes from rc2 to rc3
58+
- Fix bug in stdin argument parsing ([ipfs/go-ipfs#4827](https://github.com/ipfs/go-ipfs/pull/4827))
59+
- Revert commands back to sending a single response ([ipfs/go-ipfs#4822](https://github.com/ipfs/go-ipfs/pull/4822))
60+
61+
#### Changes from rc1 to rc2
62+
- Fix issue in ipfs get caused by go1.10 changes ([ipfs/go-ipfs#4790](https://github.com/ipfs/go-ipfs/pull/4790))
63+
5764
- Features
5865
- Pubsub IPNS Publisher and Resolver (experimental) ([ipfs/go-ipfs#4047](https://github.com/ipfs/go-ipfs/pull/4047))
5966
- Implement coreapi Dag interface ([ipfs/go-ipfs#4471](https://github.com/ipfs/go-ipfs/pull/4471))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,6 @@
581581
"language": "go",
582582
"license": "MIT",
583583
"name": "go-ipfs",
584-
"version": "0.4.14-rc2"
584+
"version": "0.4.14-rc3"
585585
}
586586

repo/config/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ package config
44
var CurrentCommit string
55

66
// CurrentVersionNumber is the current application's version literal
7-
const CurrentVersionNumber = "0.4.14-rc2"
7+
const CurrentVersionNumber = "0.4.14-rc3"
88

99
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"

0 commit comments

Comments
 (0)