Skip to content

Commit

Permalink
ci: v0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
drmingdrmer committed Jan 3, 2022
1 parent de649b1 commit 51ba004
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions change-log.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.6.4


## v0.6.3


Expand Down
Empty file added change-log/v0.6.4.md
Empty file.
4 changes: 2 additions & 2 deletions openraft/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "openraft"
version = "0.6.3"
version = "0.6.4"
edition = "2021"
authors = [
"Databend Authors <[email protected]>",
"Anthony Dodd <[email protected]>"
]
categories = ["algorithms", "asynchronous", "data-structures"]
description = "Raft consensus with improvments."
description = "Advanced Raft consensus"
documentation = "https://docs.rs/openraft"
homepage = "https://github.com/datafuselabs/openraft"
keywords = ["raft", "consensus"]
Expand Down

0 comments on commit 51ba004

Please sign in to comment.