Skip to content

Commit

Permalink
Prepare 0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
eldruin committed Sep 12, 2021
1 parent d91f878 commit e29e72b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

...

## [0.2.0] - 2021-09-12

### Added
- Setting the configuration mode.
- Setting the integration time.
Expand All @@ -27,5 +31,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
This is the initial release to crates.io. All changes will be documented in
this CHANGELOG.

[Unreleased]: https://github.com/eldruin/max44009-rs/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/eldruin/max44009-rs/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/eldruin/max44009-rs/compare/v0.1.0...v0.2.0

2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "max44009"
version = "0.1.0" # remember to update html_root_url
version = "0.2.0" # remember to update html_root_url
authors = ["Diego Barrios Romero <eldruin@gmail.com>"]
repository = "https://github.com/eldruin/max44009-rs"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -125,7 +125,7 @@
//! ```
//!

#![doc(html_root_url = "https://docs.rs/max44009/0.1.0")]
#![doc(html_root_url = "https://docs.rs/max44009/0.2.0")]
#![deny(unsafe_code)]
#![deny(missing_docs)]
#![no_std]
Expand Down

0 comments on commit e29e72b

Please sign in to comment.