Skip to content

Commit abcbd3d

Browse files
authored
Merge pull request #16 from rust-embedded-community/release/prepare-0.1.0
Prepare for release of v0.1.0
2 parents 7d70e13 + 9b754e1 commit abcbd3d

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

CHANGELOG.md

+11
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

+1
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)