diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index be9b2fc..cbee377 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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 |