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 May 13, 2021
1 parent 82fb303 commit d77beca
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

...

## [1.0.0] - 2021-05-13

### Changed
- Updated `embedded-crc-macros` dependency to version `1.0.0`.

## [0.1.0] - 2020-08-09

Initial release to crates.io.

[Unreleased]: https://github.com/eldruin/smbus-pec-rs/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/eldruin/smbus-pec-rs/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/eldruin/smbus-pec-rs/compare/v0.1.0...v1.0.0
[0.1.0]: https://github.com/eldruin/smbus-pec-rs/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "smbus-pec"
version = "0.1.0" # remember to update html_root_url
version = "1.0.0" # remember to update html_root_url
authors = ["Diego Barrios Romero <eldruin@gmail.com>"]
repository = "https://github.com/eldruin/smbus-pec-rs"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
//! ```
//!

#![doc(html_root_url = "https://docs.rs/smbus-pec/0.1.0")]
#![doc(html_root_url = "https://docs.rs/smbus-pec/1.0.0")]
#![deny(unsafe_code, missing_docs)]
#![no_std]

Expand Down

0 comments on commit d77beca

Please sign in to comment.