Skip to content

Commit b6df99a

Browse files
committed
Release v6.0.1
1 parent 36b7f27 commit b6df99a

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@
33
(DD-MM-YY)
44

55
## Unreleased
6+
7+
## 6.0.1 - 14-11-25
8+
69
- Made the `Key` and `Value` impls for `heapless` v0.9 types generic over the `LenType`.
710

8-
## v6.0.0 - 13-09-25
11+
## 6.0.0 - 13-11-25
912

1013
- *Breaking:* The feature `defmt-03` has been renamed `defmt` and has been updated to 1.0.
1114
- *Breaking:* Removed the impl of `Value` on `[T;N]` where `T: Value` since it was incorrect

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 = "6.0.0"
3+
version = "6.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)