Skip to content

Commit

Permalink
v0.3.1 (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
A. Hobden authored Jul 12, 2018
1 parent fe94797 commit 6e49219
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 0.3.1 - 2018-07-10

- Bugfix: Reset leader_id when becoming precandidate to resolve `prevote` and `check_quorum` compatability (https://github.com/pingcap/raft-rs/pull/84)
- Bugfix: Becoming a precandidate should reset votes (https://github.com/pingcap/raft-rs/pull/83)
- Fix some typos, improve variable naming, and other small documentation fixes (https://github.com/pingcap/raft-rs/pull/77, https://github.com/pingcap/raft-rs/pull/79, https://github.com/pingcap/raft-rs/pull/78, https://github.com/pingcap/raft-rs/pull/80)
- Implement `Default` for `Config` and fleshed out an example (https://github.com/pingcap/raft-rs/pull/81)
- Improve our changelog format (https://github.com/pingcap/raft-rs/pull/85)
- Remove custom Rustfmt configuration (https://github.com/pingcap/raft-rs/pull/86)

# 0.3.0 - 2018-06-07

- Support configuring the election timeout range (https://github.com/pingcap/raft-rs/pull/63).
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.3.0"
version = "0.3.1"
authors = ["The TiKV Project Developers"]
license = "Apache-2.0"
keywords = ["raft", "distributed-systems", "ha"]
Expand Down

0 comments on commit 6e49219

Please sign in to comment.