File tree 2 files changed +12
-0
lines changed
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,14 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
+
8
+ ## Unreleased
9
+
10
+ * None
11
+
12
+ ## [ 0.1.0] - 2021-05-18
13
+
14
+ Initial release to crates.io.
15
+
16
+ [ Unreleased ] : https://github.com/rust-embedded-community/embedded-storage/compare/v0.1.0...HEAD
17
+ [ 0.1.0 ] : https://github.com/rust-embedded-community/embedded-storage/releases/tag/v0.1.0
Original file line number Diff line number Diff line change 3
3
//! Storage traits to allow on and off board storage devices to read and write
4
4
//! data.
5
5
6
+ #![ doc( html_root_url = "https://docs.rs/embedded-storage/0.1.0" ) ]
6
7
#![ no_std]
7
8
#![ deny( missing_docs) ]
8
9
#![ deny( unsafe_code) ]
You can’t perform that action at this time.
0 commit comments