Skip to content

Commit 3b41216

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

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
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

+1-1
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)