Skip to content

Commit a03c7b4

Browse files
authored
Merge pull request #98 from tweedegolf/release-6
Release 6.0
2 parents 87600fe + 0b3cbf6 commit a03c7b4

4 files changed

Lines changed: 70 additions & 227 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
## Unreleased
66

77
- *Breaking:* The feature `defmt-03` has been renamed `defmt` and has been updated to 1.0.
8+
- *Breaking:* Removed the impl of `Value` on `[T;N]` where `T: Value` since it was incorrect
9+
- *Breaking:* Changed the signature of `Value::deserialize_from` to also return the used buffer size
10+
- Added back impls for `Value` on `[<integer>;N]`
811

912
## 5.0.1 27-08-25
1013

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

0 commit comments

Comments
 (0)