Skip to content

Commit

Permalink
*: bump to 0.4.2 (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
BusyJay authored Apr 29, 2019
1 parent 065c37d commit 3b41216
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 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)
- Support `StatusRef` that doesn't clone. (https://github.com/pingcap/raft-rs/pull/227)

# 0.4.0 - 2018-09-18

- No longer scan the raft log when becoming a leader. (https://github.com/pingcap/raft-rs/pull/100)
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.0"
version = "0.4.2"
authors = ["The TiKV Project Developers"]
license = "Apache-2.0"
keywords = ["raft", "distributed-systems", "ha"]
Expand Down

0 comments on commit 3b41216

Please sign in to comment.