diff --git a/CHANGELOG.md b/CHANGELOG.md index ca5f6a2..7fc2bbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.2.7] - 2022-02-09 + +### Added + - Backport CAN interface from the upcoming 1.0 release. ## [v0.2.6] - 2021-08-03 @@ -126,7 +130,8 @@ Backported non-breaking changes from the upcoming 1.0 release: Initial release -[Unreleased]: https://github.com/rust-embedded/embedded-hal/compare/v0.2.6...v0.2.x +[Unreleased]: https://github.com/rust-embedded/embedded-hal/compare/v0.2.7...v0.2.x +[v0.2.7]: https://github.com/rust-embedded/embedded-hal/compare/v0.2.6...v0.2.7 [v0.2.6]: https://github.com/rust-embedded/embedded-hal/compare/v0.2.5...v0.2.6 [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 diff --git a/Cargo.toml b/Cargo.toml index a60ac49..8b92494 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,6 @@ [package] authors = [ + "The Embedded HAL Team ", "Jorge Aparicio ", "Jonathan 'theJPster' Pallant " ] @@ -11,7 +12,7 @@ license = "MIT OR Apache-2.0" name = "embedded-hal" readme = "README.md" repository = "https://github.com/rust-embedded/embedded-hal" -version = "0.2.6" +version = "0.2.7" [dependencies.void] default-features = false