Skip to content

Commit 51bed46

Browse files
committed
Merge branch 'master' into enhancement/rmw-nor-flash
2 parents 484ae9e + abcbd3d commit 51bed46

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,14 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
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

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
//! Storage traits to allow on and off board storage devices to read and write
44
//! data.
55
6+
#![doc(html_root_url = "https://docs.rs/embedded-storage/0.1.0")]
67
#![no_std]
78
#![deny(missing_docs)]
89
#![deny(unsafe_code)]

0 commit comments

Comments
 (0)