Prepare 0.2.7 release

This commit is contained in:
Diego Barrios Romero 2022-02-09 09:37:39 +01:00
parent 56ac760cc1
commit 08c2b88639
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -1,5 +1,6 @@
[package]
authors = [
"The Embedded HAL Team <embedded-hal@teams.rust-embedded.org>",
"Jorge Aparicio <jorge@japaric.io>",
"Jonathan 'theJPster' Pallant <github@thejpster.org.uk>"
]
@ -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