Merge pull request #3649 from filecoin-project/asr/changelog

Lotus version 0.6.1
This commit is contained in:
Łukasz Magiera 2020-09-08 09:14:14 +02:00 committed by GitHub
commit 4045ffea3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

View File

@ -1,5 +1,14 @@
# Lotus changelog
# 0.6.1 / 2020-09-08
This optional release introduces a minor improvement to the sync process, ensuring nodes don't fall behind and then resync.
## Changes
- Update `test-vectors` (https://github.com/filecoin-project/lotus/pull/3645)
- Revert "only subscribe to pubsub topics once we are synced" (https://github.com/filecoin-project/lotus/pull/3643)
# 0.6.0 / 2020-09-07
This consensus-breaking release of Lotus is designed to test a network upgrade on the space race testnet. The changes that break consensus are:

View File

@ -25,7 +25,7 @@ func buildType() string {
}
// BuildVersion is the local build version, set by build system
const BuildVersion = "0.6.0"
const BuildVersion = "0.6.1"
func UserVersion() string {
return BuildVersion + buildType() + CurrentCommit