diff options
author | Diego Barrios Romero <eldruin@gmail.com> | 2019-03-31 17:03:56 +0200 |
---|---|---|
committer | Diego Barrios Romero <eldruin@gmail.com> | 2019-03-31 17:03:56 +0200 |
commit | 5dfc74697a8957b368ef0b5618fdb2a2ff43050a (patch) | |
tree | 3240987ea8fa833a1927748bff0e8e97fe09fe5d | |
parent | 6d15de237659c74cd2d1dead6acd1fbeae02023c (diff) | |
download | ads1x1x-async-5dfc74697a8957b368ef0b5618fdb2a2ff43050a.tar.gz ads1x1x-async-5dfc74697a8957b368ef0b5618fdb2a2ff43050a.tar.xz ads1x1x-async-5dfc74697a8957b368ef0b5618fdb2a2ff43050a.zip |
Add release entry to changelog
-rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e6b7fd..af2a668 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.0] - 2013-03-31 + ### Changed - [breaking-change] Mode change has been integrated into `into_continuous` and `into_one_shot` methods. This removes the need for a `start` method in continuous @@ -23,4 +27,5 @@ 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.1.0...HEAD +[Unreleased]: https://github.com/eldruin/ads1x1x-rs/compare/v0.2.0...HEAD +[0.2.0]: https://github.com/eldruin/ads1x1x-rs/compare/v0.1.0...v0.2.0 |