Skip to content

Commit

Permalink
bump 0.2.1 (#240)
Browse files Browse the repository at this point in the history
Signed-off-by: tabokie <xy.tao@outlook.com>
  • Loading branch information
tabokie authored Jul 12, 2022
1 parent 229b996 commit c01135d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Raft Engine Change Log

## [Unreleased]
## [0.2.1] - 2022-07-12

### Bug Fixes

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-engine"
version = "0.2.0"
version = "0.2.1"
authors = ["The TiKV Project Developers"]
edition = "2018"
rust-version = "1.57"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Put this in your Cargo.toml:

```rust
[dependencies]
raft-engine = "0.2.0"
raft-engine = "0.2.1"
```

Available Cargo features:
Expand Down
4 changes: 2 additions & 2 deletions ctl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "raft-engine-ctl"
version = "0.2.0"
version = "0.2.1"
authors = ["The TiKV Project Developers"]
edition = "2018"
rust-version = "1.57"
Expand All @@ -11,4 +11,4 @@ license = "Apache-2.0"
[dependencies]
clap = { version = "3.0.0-rc.0", features = ["derive", "cargo"] }
env_logger = "0.9"
raft-engine = { path = "..", version = "0.2.0", features = ["scripting", "internals"] }
raft-engine = { path = "..", version = "0.2.1", features = ["scripting", "internals"] }
2 changes: 1 addition & 1 deletion stress/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stress"
version = "0.2.0"
version = "0.2.1"
authors = ["The TiKV Authors"]
edition = "2018"

Expand Down

0 comments on commit c01135d

Please sign in to comment.