Skip to content

Commit 9136aa7

Browse files
committed
Release 4.0.3
1 parent b30d6e7 commit 9136aa7

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

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+
## 4.0.3 18-06-25
8+
79
- Fixed queue regression introduced in 2.0.0. It used to erase pages opportunistically for better performance.
810
This was missed in a refactor. This feature is back now and unlocks a boatload of performance.
911
- Fixed assert in previous release so it supports read sizes that are larger than the write size.

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 = "4.0.2"
3+
version = "4.0.3"
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)