mirror of
https://github.com/rust-embedded/embedded-hal.git
synced 2026-03-13 17:37:41 +00:00
Prepare 0.2.7 release
This commit is contained in:
parent
56ac760cc1
commit
08c2b88639
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user