Skip to content

Commit fa56f89

Browse files
authored
bump 0.4.1 (#336)
* bump 0.4.1 Signed-off-by: tabokie <xy.tao@outlook.com> * Update CHANGELOG.md Signed-off-by: Xinye Tao <xy.tao@outlook.com> --------- Signed-off-by: tabokie <xy.tao@outlook.com> Signed-off-by: Xinye Tao <xy.tao@outlook.com>
1 parent 9aa1245 commit fa56f89

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
## [Unreleased]
44

5+
## [0.4.1] - 2023-09-14
6+
57
### Behavior Changes
8+
9+
* When log recycling is enabled, Raft Engine will now retain 50% more log files to reduce the chance of running out.
610
* Reduce the scope of keys reserved for internal use.
711

812
## [0.4.0] - 2023-09-01

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "raft-engine"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = ["The TiKV Project Developers"]
55
edition = "2018"
66
rust-version = "1.66.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Put this in your Cargo.toml:
5454

5555
```rust
5656
[dependencies]
57-
raft-engine = "0.4.0"
57+
raft-engine = "0.4"
5858
```
5959

6060
Available Cargo features:

ctl/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "raft-engine-ctl"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = ["The TiKV Project Developers"]
55
edition = "2018"
66
rust-version = "1.61.0"
@@ -11,4 +11,4 @@ license = "Apache-2.0"
1111
[dependencies]
1212
clap = { version = "3.1", features = ["derive", "cargo"] }
1313
env_logger = "0.10"
14-
raft-engine = { path = "..", version = "0.4.0", features = ["scripting", "internals"] }
14+
raft-engine = { path = "..", version = "0.4.1", features = ["scripting", "internals"] }

stress/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stress"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = ["The TiKV Authors"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)