Skip to content

Commit

Permalink
chore: release 0.12.1 (foyer-rs#766)
Browse files Browse the repository at this point in the history
Signed-off-by: MrCroxx <mrcroxx@outlook.com>
  • Loading branch information
MrCroxx authored Oct 10, 2024
1 parent 42cdce2 commit 192d5b8
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 6 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,26 @@ date: 2023-05-12T11:02:09+08:00

<!-- truncate -->

## 2024-10-10

### Releases

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

### Changes

- Downgrade hashbrown to 0.14 to fix build on nightly for projects using hashbrown < 0.15.
- Fix build with madsim.
- Refine small object disk cache.
- Scale shards to 1 when there is not enough capacity.

## 2024-10-09

### 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.0"
version = "0.12.1"
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.0", path = "foyer-common" }
foyer-intrusive = { version = "0.12.0", path = "foyer-intrusive" }
foyer-memory = { version = "0.12.0", path = "foyer-memory" }
foyer-storage = { version = "0.12.0", path = "foyer-storage" }
foyer = { version = "0.12.0", path = "foyer" }
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" }

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

0 comments on commit 192d5b8

Please sign in to comment.