Skip to content

Commit

Permalink
Merge pull request #3673 from ipfs/release-0.4.5
Browse files Browse the repository at this point in the history
Ipfs 0.4.5
  • Loading branch information
whyrusleeping committed Feb 11, 2017
2 parents 466429c + 81846ee commit 2cb68b2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# go-ipfs changelog

### 0.4.5 - 2017-02-06
### 0.4.5 - 2017-02-11

#### Changes from rc3 to rc4
- Update to fixed webui. ([ipfs/go-ipfs#3669](https://github.com/ipfs/go-ipfs/pull/3669))

#### Changes from rc2 to rc3
- Fix handling of null arrays in cbor ipld objects. ([ipfs/go-ipfs#3666](https://github.com/ipfs/go-ipfs/pull/3666))
- Add env var to enable yamux debug logging. ([ipfs/go-ipfs#3668](https://github.com/ipfs/go-ipfs/pull/3668))
- Fix libc check during auto-migrations. ([ipfs/go-ipfs#3665](https://github.com/ipfs/go-ipfs/pull/3665))

#### Changes from rc1 to rc2
- Fixed json output of ipld objects in `ipfs dag get` ([ipfs/go-ipfs#3655](https://github.com/ipfs/go-ipfs/pull/3655))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,6 @@
"language": "go",
"license": "MIT",
"name": "go-ipfs",
"version": "0.4.5-rc4"
"version": "0.4.5"
}

2 changes: 1 addition & 1 deletion repo/config/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ package config
var CurrentCommit string

// CurrentVersionNumber is the current application's version literal
const CurrentVersionNumber = "0.4.5-rc4"
const CurrentVersionNumber = "0.4.5"

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

0 comments on commit 2cb68b2

Please sign in to comment.