From 27ccfb2602e62688a4c4805d8849c6a95865b9c4 Mon Sep 17 00:00:00 2001 From: ryan kurte Date: Wed, 10 Jun 2020 14:08:57 +1200 Subject: [PATCH 1/3] Updated cargo version and changelog for release v0.2.4 --- CHANGELOG.md | 11 +++++++++++ Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0b7fcd37..878436ac5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Changed + +## [v0.2.4] - 2020-06-10 + +### Added + + +### Changed + +- Fix for `dyn` traits in fmt.rs +- Remove `#![deny(warnings)]`, now imposed y CI +- Updates stm32f30x from 0.6.0 to 0.8.0 - Fix the input pin v2->v1 compatibility shim constructor, where `OldInputPin::new` was incorrectly implemented for `v1::OutputPin` values. diff --git a/Cargo.toml b/Cargo.toml index 5df0c8ebc..1caf2e767 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0" name = "embedded-hal" readme = "README.md" repository = "https://github.com/japaric/embedded-hal" -version = "0.2.3" +version = "0.2.4" [dependencies.void] default-features = false From 689b2db345e2e9946b1598e85311a413eb8fb7f5 Mon Sep 17 00:00:00 2001 From: Ryan Date: Wed, 17 Jun 2020 19:49:00 +1200 Subject: [PATCH 2/3] Updated changelog Fixed links, Removed empty section --- CHANGELOG.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 878436ac5..8ef9757c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,9 +15,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [v0.2.4] - 2020-06-10 -### Added - - ### Changed - Fix for `dyn` traits in fmt.rs @@ -27,7 +24,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). was incorrectly implemented for `v1::OutputPin` values. -## [v0.2.3] - 2019-05-09 +## [v0.2.3] - 2019-05-17 ### Added - A new version of the digital `OutputPin`, `StatefulOutputPin`, `ToggleableOutputPin` @@ -112,8 +109,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/). Initial release -[Unreleased]: https://github.com/japaric/embedded-hal/compare/v0.2.1...HEAD -[v0.2.1]: https://github.com/japaric/embedded-hal/compare/v0.2.0...v0.2.1 -[v0.2.0]: https://github.com/japaric/embedded-hal/compare/v0.1.2...v0.2.0 -[v0.1.2]: https://github.com/japaric/embedded-hal/compare/v0.1.1...v0.1.2 -[v0.1.1]: https://github.com/japaric/embedded-hal/compare/v0.1.0...v0.1.1 +[Unreleased]: https://github.com/rust-embedded/embedded-hal/compare/v0.2.4...HEAD +[v0.2.4]: https://github.com/rust-embedded/embedded-hal/compare/v0.2.3...v0.2.4 +[v0.2.3]: https://github.com/rust-embedded/embedded-hal/compare/v0.2.2...v0.2.3 +[v0.2.2]: https://github.com/rust-embedded/embedded-hal/compare/v0.2.1...v0.2.2 +[v0.2.1]: https://github.com/rust-embedded/embedded-hal/compare/v0.2.0...v0.2.1 +[v0.2.0]: https://github.com/rust-embedded/embedded-hal/compare/v0.1.2...v0.2.0 +[v0.1.2]: https://github.com/rust-embedded/embedded-hal/compare/v0.1.1...v0.1.2 +[v0.1.1]: https://github.com/rust-embedded/embedded-hal/compare/v0.1.0...v0.1.1 From f3c191e6728eafb68d7804000acf6d5a806e1a69 Mon Sep 17 00:00:00 2001 From: Ryan Date: Wed, 17 Jun 2020 19:49:36 +1200 Subject: [PATCH 3/3] Fix dates --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ef9757c3..c543a64e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Changed -## [v0.2.4] - 2020-06-10 +## [v0.2.4] - 2020-06-17 ### Changed @@ -24,7 +24,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). was incorrectly implemented for `v1::OutputPin` values. -## [v0.2.3] - 2019-05-17 +## [v0.2.3] - 2019-05-09 ### Added - A new version of the digital `OutputPin`, `StatefulOutputPin`, `ToggleableOutputPin`