Skip to content

Commit 56f6faa

Browse files
committed
Prepare 1.0.0 release
1 parent 4c2288b commit 56f6faa

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v1.0.0] - 2020-07-07
11+
1012
### Changed
1113

1214
- [breaking-change] The `unstable` feature and its code has been removed.
@@ -31,6 +33,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3133

3234
Initial release
3335

34-
[Unreleased]: https://github.com/rust-embedded/nb/compare/v0.1.2...HEAD
36+
[Unreleased]: https://github.com/rust-embedded/nb/compare/v1.0.0...HEAD
37+
[v1.0.0]: https://github.com/rust-embedded/nb/compare/v0.1.2...v1.0.0
3538
[v0.1.2]: https://github.com/rust-embedded/nb/compare/v0.1.1...v0.1.2
3639
[v0.1.1]: https://github.com/rust-embedded/nb/compare/v0.1.0...v0.1.1

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ repository = "https://github.com/rust-embedded/nb"
99
homepage = "https://github.com/rust-embedded/nb"
1010
documentation = "https://docs.rs/nb"
1111
readme = "README.md"
12-
version = "0.1.2"
12+
version = "1.0.0" # remember to update html_root_url
1313
edition = "2018"

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@
184184
//! ```
185185
186186
#![no_std]
187+
#![doc(html_root_url = "https://docs.rs/nb/1.0.0")]
187188

188189
use core::fmt;
189190

0 commit comments

Comments
 (0)