Skip to content

Commit

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

## [Unreleased]

...

## [0.2.2] - 2021-07-29

### Added
- `DynamicOneShot` trait to ease usage of driver in functions. See `trait` example.

Expand Down Expand Up @@ -39,7 +43,8 @@ This is the initial release to crates.io of the feature-complete driver. There
may be some API changes in the future, in case I decide that something can be
further improved. All changes will be documented in this CHANGELOG.

[Unreleased]: https://github.com/eldruin/ads1x1x-rs/compare/v0.2.1...HEAD
[Unreleased]: https://github.com/eldruin/ads1x1x-rs/compare/v0.2.2...HEAD
[0.2.2]: https://github.com/eldruin/ads1x1x-rs/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/eldruin/ads1x1x-rs/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/eldruin/ads1x1x-rs/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/eldruin/ads1x1x-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 = "ads1x1x"
version = "0.2.1" # remember to update html_root_url
version = "0.2.2" # remember to update html_root_url
authors = ["Diego Barrios Romero <eldruin@gmail.com>"]
repository = "https://github.com/eldruin/ads1x1x-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 @@ -202,7 +202,7 @@
//! adc.set_comparator_latching(ComparatorLatching::Latching).unwrap();
//! ```

#![doc(html_root_url = "https://docs.rs/ads1x1x/0.2.1")]
#![doc(html_root_url = "https://docs.rs/ads1x1x/0.2.2")]
#![deny(unsafe_code)]
#![deny(missing_docs)]
#![no_std]
Expand Down

0 comments on commit b3e1023

Please sign in to comment.