Skip to content

Commit

Permalink
chore: release foyer v0.12.2 (#771)
Browse files Browse the repository at this point in the history
Signed-off-by: MrCroxx <mrcroxx@outlook.com>
  • Loading branch information
MrCroxx authored Oct 11, 2024
1 parent 069aa05 commit 0244d59
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 6 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,23 @@ date: 2023-05-12T11:02:09+08:00

<!-- truncate -->

## 2024-10-11

### Releases

| crate | version |
| - | - |
| foyer | 0.12.2|
| foyer-common | 0.12.2 |
| foyer-intrusive | 0.12.2 |
| foyer-memory | 0.12.2 |
| foyer-storage | 0.12.2 |
| foyer-bench | 0.12.2 |

### Changes

- Revert "Scale shards to 1 when there is not enough capacity". It would be useful sometimes. Just raise the warning.

## 2024-10-10

### Releases
Expand Down
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ members = [
]

[workspace.package]
version = "0.12.1"
version = "0.12.2"
edition = "2021"
rust-version = "1.81.0"
repository = "https://github.com/foyer-rs/foyer"
Expand Down Expand Up @@ -47,11 +47,11 @@ clap = { version = "4", features = ["derive"] }
bytesize = { package = "foyer-bytesize", version = "2" }
hashbrown = "0.14"
# foyer components
foyer-common = { version = "0.12.1", path = "foyer-common" }
foyer-intrusive = { version = "0.12.1", path = "foyer-intrusive" }
foyer-memory = { version = "0.12.1", path = "foyer-memory" }
foyer-storage = { version = "0.12.1", path = "foyer-storage" }
foyer = { version = "0.12.1", path = "foyer" }
foyer-common = { version = "0.12.2", path = "foyer-common" }
foyer-intrusive = { version = "0.12.2", path = "foyer-intrusive" }
foyer-memory = { version = "0.12.2", path = "foyer-memory" }
foyer-storage = { version = "0.12.2", path = "foyer-storage" }
foyer = { version = "0.12.2", path = "foyer" }

[workspace.lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(madsim)'] }
Expand Down

0 comments on commit 0244d59

Please sign in to comment.