From 8c5bb160304fd3b44f9a0996e7fd304eb0b5a8d4 Mon Sep 17 00:00:00 2001 From: Diego Barrios Romero Date: Sat, 2 May 2020 12:59:31 +0200 Subject: [PATCH] Add changelog release entry --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3173459..b586270 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.3.0] - 2020-05-02 + ### Changed - [breaking-change] Renamed `is_busy()` and `is_running()` methods `busy()` and `running()` due to Rust naming conventions. @@ -41,5 +45,6 @@ this CHANGELOG. [`chrono`]: https://crates.io/crates/chrono [`rtcc`]: https://crates.io/crates/rtcc -[Unreleased]: https://github.com/eldruin/ds323x-rs/compare/v0.2.0...HEAD +[Unreleased]: https://github.com/eldruin/ds323x-rs/compare/v0.3.0...HEAD +[0.3.0]: https://github.com/eldruin/ds323x-rs/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/eldruin/ds323x-rs/compare/v0.1.0...v0.2.0 \ No newline at end of file