Skip to content

Commit

Permalink
bump 0.4.1 (#336)
Browse files Browse the repository at this point in the history
* bump 0.4.1

Signed-off-by: tabokie <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Xinye Tao <[email protected]>

---------

Signed-off-by: tabokie <[email protected]>
Signed-off-by: Xinye Tao <[email protected]>
  • Loading branch information
tabokie authored Sep 14, 2023
1 parent 9aa1245 commit fa56f89
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

## [Unreleased]

## [0.4.1] - 2023-09-14

### Behavior Changes

* When log recycling is enabled, Raft Engine will now retain 50% more log files to reduce the chance of running out.
* Reduce the scope of keys reserved for internal use.

## [0.4.0] - 2023-09-01
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.4.0"
version = "0.4.1"
authors = ["The TiKV Project Developers"]
edition = "2018"
rust-version = "1.66.0"
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.4.0"
raft-engine = "0.4"
```

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.4.0"
version = "0.4.1"
authors = ["The TiKV Project Developers"]
edition = "2018"
rust-version = "1.61.0"
Expand All @@ -11,4 +11,4 @@ license = "Apache-2.0"
[dependencies]
clap = { version = "3.1", features = ["derive", "cargo"] }
env_logger = "0.10"
raft-engine = { path = "..", version = "0.4.0", features = ["scripting", "internals"] }
raft-engine = { path = "..", version = "0.4.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.4.0"
version = "0.4.1"
authors = ["The TiKV Authors"]
edition = "2018"

Expand Down

0 comments on commit fa56f89

Please sign in to comment.