From 6b4b15da54e1dc3eb61364f2a5e8f68686335d82 Mon Sep 17 00:00:00 2001 From: Diego Barrios Romero Date: Wed, 28 Apr 2021 10:56:38 +0200 Subject: [PATCH 1/2] Update repository URL --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f3b17bd57..c74f49aa9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ keywords = ["hal", "IO"] license = "MIT OR Apache-2.0" name = "embedded-hal" readme = "README.md" -repository = "https://github.com/japaric/embedded-hal" +repository = "https://github.com/rust-embedded/embedded-hal" version = "0.2.4" [dependencies.void] From 0950d0ca682e4793dc74d77876c7afd5f5cbaeb4 Mon Sep 17 00:00:00 2001 From: Diego Barrios Romero Date: Wed, 28 Apr 2021 10:58:19 +0200 Subject: [PATCH 2/2] Prepare 0.2.5 release --- CHANGELOG.md | 9 ++++++++- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c543a64e8..21310a4c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Changed +## [v0.2.5] - 2021-04-28 + +### Changed + +- Updated `nb` dependency to version `0.1.3` to ensure compatibility with `nb` version `1.0`. + ## [v0.2.4] - 2020-06-17 @@ -109,7 +115,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). Initial release -[Unreleased]: https://github.com/rust-embedded/embedded-hal/compare/v0.2.4...HEAD +[Unreleased]: https://github.com/rust-embedded/embedded-hal/compare/v0.2.5...v0.2.x +[v0.2.5]: https://github.com/rust-embedded/embedded-hal/compare/v0.2.4...v0.2.5 [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 diff --git a/Cargo.toml b/Cargo.toml index c74f49aa9..2921daf73 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/rust-embedded/embedded-hal" -version = "0.2.4" +version = "0.2.5" [dependencies.void] default-features = false