Skip to content

Commit

Permalink
Bump to v0.4.3
Browse files Browse the repository at this point in the history
Signed-off-by: Neil Shen <[email protected]>
  • Loading branch information
overvenus committed May 8, 2019
1 parent ecf8328 commit a8e209b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.4.3 - 2019-05-08

- Leader responds to learner read index message. (https://github.com/pingcap/raft-rs/pull/220)

# 0.4.2 - 2019-04-29

- Fix potential two leaders at the same term when transferring leader. (https://github.com/pingcap/raft-rs/pull/225)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "raft"
version = "0.4.2"
version = "0.4.3"
authors = ["The TiKV Project Developers"]
license = "Apache-2.0"
keywords = ["raft", "distributed-systems", "ha"]
Expand Down

0 comments on commit a8e209b

Please sign in to comment.