Skip to content

Commit 3b41216

Browse files
authored
*: bump to 0.4.2 (#228)
1 parent 065c37d commit 3b41216

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.4.2 - 2019-04-29
2+
3+
- Fix potential two leaders at the same term when transferring leader. (https://github.com/pingcap/raft-rs/pull/225)
4+
- Support `StatusRef` that doesn't clone. (https://github.com/pingcap/raft-rs/pull/227)
5+
16
# 0.4.0 - 2018-09-18
27

38
- No longer scan the raft log when becoming a leader. (https://github.com/pingcap/raft-rs/pull/100)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "raft"
3-
version = "0.4.0"
3+
version = "0.4.2"
44
authors = ["The TiKV Project Developers"]
55
license = "Apache-2.0"
66
keywords = ["raft", "distributed-systems", "ha"]

0 commit comments

Comments
 (0)