Skip to content

Commit

Permalink
chore: release foyer v0.14.0 (#839)
Browse files Browse the repository at this point in the history
Signed-off-by: MrCroxx <[email protected]>
  • Loading branch information
MrCroxx authored Jan 14, 2025
1 parent d6a891f commit 2e91826
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ date: 2023-05-12T11:02:09+08:00

<!-- truncate -->

## Unreleased
## 2025-01-14

### Releases

| crate | version |
| - | - |
| foyer | 0.14.0-dev |
| foyer-common | 0.14.0-dev |
| foyer-memory | 0.14.0-dev |
| foyer-storage | 0.14.0-dev |
| foyer-bench | 0.14.0-dev |
| foyer | 0.14.0 |
| foyer-common | 0.14.0 |
| foyer-memory | 0.14.0 |
| foyer-storage | 0.14.0 |
| foyer-bench | 0.14.0 |

### Changes

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.14.0-dev"
version = "0.14.0"
edition = "2021"
rust-version = "1.81.0"
repository = "https://github.com/foyer-rs/foyer"
Expand Down Expand Up @@ -51,10 +51,10 @@ prometheus = "0.13"
mixtrics = "0.0.2"

# foyer components
foyer-common = { version = "0.14.0-dev", path = "foyer-common" }
foyer-memory = { version = "0.14.0-dev", path = "foyer-memory" }
foyer-storage = { version = "0.14.0-dev", path = "foyer-storage" }
foyer = { version = "0.14.0-dev", path = "foyer" }
foyer-common = { version = "0.14.0", path = "foyer-common" }
foyer-memory = { version = "0.14.0", path = "foyer-memory" }
foyer-storage = { version = "0.14.0", path = "foyer-storage" }
foyer = { version = "0.14.0", path = "foyer" }

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

0 comments on commit 2e91826

Please sign in to comment.