Skip to content

Commit b0fcbfa

Browse files
authored
Merge pull request #45 from Dirbaio/release-esv031
Release embedded-storage v0.3.1
2 parents 4bcdfdb + 9101e11 commit b0fcbfa

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

88
## Unreleased
99

10+
No unreleased changes yet
11+
12+
## [0.3.1] - 2023-12-04
13+
1014
- Let `&mut` `NorFlash` implement `NorFlash`.
1115

1216
## [0.3.0] - 2022-02-07
@@ -25,6 +29,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2529

2630
Initial release to crates.io.
2731

28-
[Unreleased]: https://github.com/rust-embedded-community/embedded-storage/compare/v0.2.0...HEAD
32+
[Unreleased]: https://github.com/rust-embedded-community/embedded-storage/compare/v0.3.1...HEAD
33+
[0.3.1]: https://github.com/rust-embedded-community/embedded-storage/releases/tag/v0.3.1
34+
[0.3.0]: https://github.com/rust-embedded-community/embedded-storage/releases/tag/v0.3.0
2935
[0.2.0]: https://github.com/rust-embedded-community/embedded-storage/releases/tag/v0.2.0
3036
[0.1.0]: https://github.com/rust-embedded-community/embedded-storage/releases/tag/v0.1.0

embedded-storage-async/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ keywords = ["storage"]
1818
categories = ["embedded", "hardware-support", "no-std"]
1919

2020
[dependencies]
21-
embedded-storage = { version = "0.3.0", path = "../" }
21+
embedded-storage = { version = "0.3.1", path = "../" }

0 commit comments

Comments
 (0)