Skip to content

Commit

Permalink
Prepare 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
eldruin committed Jul 7, 2020
1 parent 4c2288b commit 56f6faa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [v1.0.0] - 2020-07-07

### Changed

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

Initial release

[Unreleased]: https://github.com/rust-embedded/nb/compare/v0.1.2...HEAD
[Unreleased]: https://github.com/rust-embedded/nb/compare/v1.0.0...HEAD
[v1.0.0]: https://github.com/rust-embedded/nb/compare/v0.1.2...v1.0.0
[v0.1.2]: https://github.com/rust-embedded/nb/compare/v0.1.1...v0.1.2
[v0.1.1]: https://github.com/rust-embedded/nb/compare/v0.1.0...v0.1.1
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ repository = "https://github.com/rust-embedded/nb"
homepage = "https://github.com/rust-embedded/nb"
documentation = "https://docs.rs/nb"
readme = "README.md"
version = "0.1.2"
version = "1.0.0" # remember to update html_root_url
edition = "2018"
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@
//! ```

#![no_std]
#![doc(html_root_url = "https://docs.rs/nb/1.0.0")]

use core::fmt;

Expand Down

0 comments on commit 56f6faa

Please sign in to comment.