Skip to content

Commit

Permalink
chore: release foyer v0.13.1
Browse files Browse the repository at this point in the history
Signed-off-by: MrCroxx <[email protected]>
  • Loading branch information
MrCroxx committed Dec 4, 2024
1 parent 759c1a0 commit 6a06646
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,22 @@ date: 2023-05-12T11:02:09+08:00

<!-- truncate -->

## 2024-12-04

### Releases

| crate | version |
| - | - |
| foyer | 0.13.1 |
| foyer-common | 0.13.1 |
| foyer-memory | 0.13.1 |
| foyer-storage | 0.13.1 |
| foyer-bench | 0.13.1 |

### Changes

- Refactor cache builders. `name` field requires `Cow<'static, str>` instead of `&'static str` for convenience.

## 2024-12-02

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

[workspace.package]
version = "0.13.0"
version = "0.13.1"
edition = "2021"
rust-version = "1.81.0"
repository = "https://github.com/foyer-rs/foyer"
Expand Down Expand Up @@ -53,10 +53,10 @@ opentelemetry_0_26 = { package = "opentelemetry", version = "0.26" }
prometheus-client_0_22 = { package = "prometheus-client", version = "0.22" }

# foyer components
foyer-common = { version = "0.13.0", path = "foyer-common" }
foyer-memory = { version = "0.13.0", path = "foyer-memory" }
foyer-storage = { version = "0.13.0", path = "foyer-storage" }
foyer = { version = "0.13.0", path = "foyer" }
foyer-common = { version = "0.13.1", path = "foyer-common" }
foyer-memory = { version = "0.13.1", path = "foyer-memory" }
foyer-storage = { version = "0.13.1", path = "foyer-storage" }
foyer = { version = "0.13.1", path = "foyer" }

[workspace.lints.rust]
missing_docs = "warn"
Expand Down

0 comments on commit 6a06646

Please sign in to comment.