File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v1.0.0] - 2020-07-07
11
+
10
12
### Changed
11
13
12
14
- [ 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/).
31
33
32
34
Initial release
33
35
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
35
38
[ v0.1.2 ] : https://github.com/rust-embedded/nb/compare/v0.1.1...v0.1.2
36
39
[ v0.1.1 ] : https://github.com/rust-embedded/nb/compare/v0.1.0...v0.1.1
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ repository = "https://github.com/rust-embedded/nb"
9
9
homepage = " https://github.com/rust-embedded/nb"
10
10
documentation = " https://docs.rs/nb"
11
11
readme = " README.md"
12
- version = " 0.1.2 "
12
+ version = " 1.0.0 " # remember to update html_root_url
13
13
edition = " 2018"
Original file line number Diff line number Diff line change 184
184
//! ```
185
185
186
186
#![ no_std]
187
+ #![ doc( html_root_url = "https://docs.rs/nb/1.0.0" ) ]
187
188
188
189
use core:: fmt;
189
190
You can’t perform that action at this time.
0 commit comments