Skip to content

Commit 0f8ef76

Browse files
authored
Merge pull request #74 from diondokter/Release-async-v0.4.2
Release async v0.4.2
2 parents 59580c5 + ef7fed0 commit 0f8ef76

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

embedded-storage-async/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## Unreleased
99

10+
## [0.4.2] - 2025-12-15
11+
1012
- Add RMW helpers for Nor flashes, implementing `Storage` trait.
1113
- Let `&mut` `MultiwriteNorFlash` implement `MultiwriteNorFlash`.
1214

@@ -26,7 +28,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2628

2729
Initial release to crates.io.
2830

29-
[Unreleased]: https://github.com/rust-embedded-community/embedded-storage/compare/embedded-storage-async-v0.4.1...HEAD
31+
[Unreleased]: https://github.com/rust-embedded-community/embedded-storage/compare/embedded-storage-async-v0.4.2...HEAD
32+
[0.4.2]: https://github.com/rust-embedded-community/embedded-storage/compare/embedded-storage-async-v0.4.1...embedded-storage-async-v0.4.2
3033
[0.4.1]: https://github.com/rust-embedded-community/embedded-storage/compare/embedded-storage-async-v0.4.0...embedded-storage-async-v0.4.1
3134
[0.4.0]: https://github.com/rust-embedded-community/embedded-storage/compare/embedded-storage-async-v0.3.0...embedded-storage-async-v0.4.0
3235
[0.3.0]: https://github.com/rust-embedded-community/embedded-storage/releases/tag/embedded-storage-async-v0.3.0

embedded-storage-async/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "embedded-storage-async"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
authors = [
55
"Mathias Koch <mk@blackbird.online>",
66
"Ulf Lilleengen <lulf@redhat.com>",

0 commit comments

Comments
 (0)