This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
changelog and version
pull/1915/head
Ethan Buchman
6 years ago
parent
07747de305
commit
2fa9962835
2 changed files
with
16 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+13
-2
CHANGELOG.md
+3
-3
version/version.go
+ 13
- 2
CHANGELOG.md
View File
@ -1,8 +1,19 @@
# Changelog
## 0.2
3.0
## 0.2
2.1
*TBD*
*July 5th, 2018*
IMPROVEMENTS
* Cleanup post repo-merge.
* [docs] Various improvements.
BUG FIXES
* [state] Return error when EndBlock returns a 0-power validator that isn't
already in the validator set.
* [consensus] Shut down WAL properly.
## 0.22.0
+ 3
- 3
version/version.go
View File
@ -3,14 +3,14 @@ package version
// Version components
const
(
Maj
=
"0"
Min
=
"2
3
"
Fix
=
"
0
"
Min
=
"2
2
"
Fix
=
"
1
"
)
var
(
// Version is the current version of Tendermint
// Must be a string because scripts like dist.sh read this file.
Version
=
"0.2
3.0-dev
"
Version
=
"0.2
2.1
"
// GitCommit is the current HEAD set using ldflags.
GitCommit
string
Write
Preview
Loading…
Cancel
Save