Skip to content

Commit 303eef1

Browse files
authored
chore: release foyer v0.14.1 (#857)
Signed-off-by: MrCroxx <mrcroxx@outlook.com>
1 parent b8d38f6 commit 303eef1

File tree

2 files changed

+22
-5
lines changed

2 files changed

+22
-5
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,23 @@ date: 2023-05-12T11:02:09+08:00
99

1010
<!-- truncate -->
1111

12+
## 2025-02-08
13+
14+
### Releases
15+
16+
| crate | version |
17+
| - | - |
18+
| foyer | 0.14.1 |
19+
| foyer-common | 0.14.1 |
20+
| foyer-memory | 0.14.1 |
21+
| foyer-storage | 0.14.1 |
22+
| foyer-bench | 0.14.1 |
23+
24+
### Changes
25+
26+
- Use `tokio-rs/tokio` by default as the runtime, use `madsim-tokio` when `madsim` configuration is enabled.
27+
- Optimize dependencies.
28+
1229
## 2025-01-14
1330

1431
### Releases

Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ members = [
1111
]
1212

1313
[workspace.package]
14-
version = "0.14.0"
14+
version = "0.14.1"
1515
edition = "2021"
1616
rust-version = "1.81.0"
1717
repository = "https://github.com/foyer-rs/foyer"
@@ -45,10 +45,10 @@ prometheus = "0.13"
4545
mixtrics = "0.0.3"
4646

4747
# foyer components
48-
foyer-common = { version = "0.14.0", path = "foyer-common" }
49-
foyer-memory = { version = "0.14.0", path = "foyer-memory" }
50-
foyer-storage = { version = "0.14.0", path = "foyer-storage" }
51-
foyer = { version = "0.14.0", path = "foyer" }
48+
foyer-common = { version = "0.14.1", path = "foyer-common" }
49+
foyer-memory = { version = "0.14.1", path = "foyer-memory" }
50+
foyer-storage = { version = "0.14.1", path = "foyer-storage" }
51+
foyer = { version = "0.14.1", path = "foyer" }
5252

5353
[workspace.lints.rust]
5454
missing_docs = "warn"

0 commit comments

Comments
 (0)