Skip to content

Commit 9c7101c

Browse files
committed
Release 5.0.1
1 parent 923a935 commit 9c7101c

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+
## 5.0.1 27-08-25
8+
79
- Fixed the `Value` implementation for `Option<T>` so it now serializes and deserializes properly
810
- Add optional heapless v0.9 support
911

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 = "5.0.0"
3+
version = "5.0.1"
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)