Skip to content

Commit

Permalink
Merge pull request #45 from Dirbaio/release-esv031
Browse files Browse the repository at this point in the history
Release embedded-storage v0.3.1
  • Loading branch information
MathiasKoch authored Dec 4, 2023
2 parents 4bcdfdb + 9101e11 commit b0fcbfa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

No unreleased changes yet

## [0.3.1] - 2023-12-04

- Let `&mut` `NorFlash` implement `NorFlash`.

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

Initial release to crates.io.

[Unreleased]: https://github.com/rust-embedded-community/embedded-storage/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/rust-embedded-community/embedded-storage/compare/v0.3.1...HEAD
[0.3.1]: https://github.com/rust-embedded-community/embedded-storage/releases/tag/v0.3.1
[0.3.0]: https://github.com/rust-embedded-community/embedded-storage/releases/tag/v0.3.0
[0.2.0]: https://github.com/rust-embedded-community/embedded-storage/releases/tag/v0.2.0
[0.1.0]: https://github.com/rust-embedded-community/embedded-storage/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion embedded-storage-async/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ keywords = ["storage"]
categories = ["embedded", "hardware-support", "no-std"]

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

0 comments on commit b0fcbfa

Please sign in to comment.