File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10+ ## [ v0.2.7] - 2022-02-09
11+
12+ ### Added
13+
1014- Backport CAN interface from the upcoming 1.0 release.
1115
1216## [ v0.2.6] - 2021-08-03
@@ -126,7 +130,8 @@ Backported non-breaking changes from the upcoming 1.0 release:
126130
127131Initial release
128132
129- [ Unreleased ] : https://github.com/rust-embedded/embedded-hal/compare/v0.2.6...v0.2.x
133+ [ Unreleased ] : https://github.com/rust-embedded/embedded-hal/compare/v0.2.7...v0.2.x
134+ [ v0.2.7 ] : https://github.com/rust-embedded/embedded-hal/compare/v0.2.6...v0.2.7
130135[ v0.2.6 ] : https://github.com/rust-embedded/embedded-hal/compare/v0.2.5...v0.2.6
131136[ v0.2.5 ] : https://github.com/rust-embedded/embedded-hal/compare/v0.2.4...v0.2.5
132137[ v0.2.4 ] : https://github.com/rust-embedded/embedded-hal/compare/v0.2.3...v0.2.4
Original file line number Diff line number Diff line change 11[package ]
22authors = [
3+ " The Embedded HAL Team <[email protected] >" ,
34 " Jorge Aparicio <[email protected] >" ,
45 " Jonathan 'theJPster' Pallant <[email protected] >" 56]
@@ -11,7 +12,7 @@ license = "MIT OR Apache-2.0"
1112name = " embedded-hal"
1213readme = " README.md"
1314repository = " https://github.com/rust-embedded/embedded-hal"
14- version = " 0.2.6 "
15+ version = " 0.2.7 "
1516
1617[dependencies .void ]
1718default-features = false
You can’t perform that action at this time.
0 commit comments