Skip to content

Commit 67e0c29

Browse files
authored
Merge pull request #131 from tweedegolf/Release-v8.0.0
Release v8.0.0
2 parents 0b2eb98 + 83d6bd8 commit 67e0c29

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
## Unreleased
66

7+
## 8.0.0 - 08-07-26
8+
79
- *Breaking:* Restructured the cache API's to allow for much more customization. Everything now goes through a central `Cache` type. So now you can pick and choose which caches you want for your usecase.
810
- `NoCache` is now `Cache::new_uncached()`
911
- `PageStateCache` is now `Cache::new(ArrayPageStates::new(), Uncached, Uncached)`

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sequential-storage"
3-
version = "7.2.0"
3+
version = "8.0.0"
44
edition = "2024"
55
license = "MIT OR Apache-2.0"
66
description = "A crate for storing data in flash with minimal erase cycles."

example/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)