Skip to content

Commit

Permalink
chore: bump foyer-intrusive to 0.3.1, foyer-memory to 0.1.3 (#307)
Browse files Browse the repository at this point in the history
* chore: bump foyer-memory to 0.1.3

Signed-off-by: MrCroxx <mrcroxx@outlook.com>

* chore: bump foyer-intrusive to 0.3.1

Signed-off-by: MrCroxx <mrcroxx@outlook.com>

---------

Signed-off-by: MrCroxx <mrcroxx@outlook.com>
  • Loading branch information
MrCroxx authored Apr 8, 2024
1 parent ed0aff0 commit 55cd901
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
## 2024-04-08

| crate | version |
| - | - |
| foyer-intrusive | 0.3.1 |
| foyer-memory | 0.1.3 |

<details>

### Changes

- feat: Introduce s3fifo to `foyer-memory`.
- fix: Fix doctest for `foyer-intrusive`.

## 2024-03-21

| crate | version |
| - | - |
| foyer-memory | 0.1.2 |

<details>

### Changes

- fix: `foyer-memory` export `DefaultCacheEventListener`.

</details>

## 2024-03-14

| crate | version |
Expand Down
2 changes: 1 addition & 1 deletion foyer-intrusive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "foyer-intrusive"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
authors = ["MrCroxx <mrcroxx@outlook.com>"]
description = "intrusive data structures for foyer - the hybrid cache for Rust"
Expand Down
2 changes: 1 addition & 1 deletion foyer-memory/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "foyer-memory"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
authors = ["MrCroxx <mrcroxx@outlook.com>"]
description = "memory cache for foyer - the hybrid cache for Rust"
Expand Down

0 comments on commit 55cd901

Please sign in to comment.