Skip to content

Commit 2e91b43

Browse files
bors[bot]eldruin
andauthored
Merge #353
353: Prepare 0.2.7 release r=ryankurte a=eldruin Co-authored-by: Diego Barrios Romero <[email protected]>
2 parents 56ac760 + 08c2b88 commit 2e91b43

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

127131
Initial 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

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[package]
22
authors = [
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"
1112
name = "embedded-hal"
1213
readme = "README.md"
1314
repository = "https://github.com/rust-embedded/embedded-hal"
14-
version = "0.2.6"
15+
version = "0.2.7"
1516

1617
[dependencies.void]
1718
default-features = false

0 commit comments

Comments
 (0)