From 502d52ddf59031b25a9d1cfdd5e7e912b199fea7 Mon Sep 17 00:00:00 2001 From: ryan Date: Fri, 16 Oct 2020 09:59:52 +1300 Subject: [PATCH 1/2] (cargo-release) version 1.0.0-alpha.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2f2728818..45fb450cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0" name = "embedded-hal" readme = "README.md" repository = "https://github.com/rust-embedded/embedded-hal" -version = "1.0.0-alpha.1" +version = "1.0.0-alpha.2" [dependencies] nb = "1" From cbb53a175f285db24dbd9838a3eb6e7fbe9b282b Mon Sep 17 00:00:00 2001 From: ryan Date: Fri, 16 Oct 2020 10:10:33 +1300 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77997edbd..3470854ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). - ## [Unreleased] +### Added + +### Changed + + +## [v1.0.0-alpha.2] - 2020-10-16 + +*** This is (also) an alpha release with breaking changes (sorry) *** + ### Added - 10-bit addressing mode for I2C traits. - `try_set_state` method for `OutputPin` using an input `PinState` value. @@ -129,7 +137,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). Initial release -[Unreleased]: https://github.com/rust-embedded/embedded-hal/compare/v1.0.0-alpha.1...HEAD +[Unreleased]: https://github.com/rust-embedded/embedded-hal/compare/v1.0.0-alpha.2...HEAD +[v1.0.0-alpha.2]: https://github.com/rust-embedded/embedded-hal/compare/v1.0.0-alpha.1...v1.0.0-alpha.2 [v1.0.0-alpha.1]: https://github.com/rust-embedded/embedded-hal/compare/v0.2.3...v1.0.0-alpha.1 [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