Skip to content

Commit bccb903

Browse files
bors[bot]eldruin
andauthored
Merge #303
303: Release 0.2.6 version r=therealprof a=eldruin With the backported non-breaking changes from #301 Co-authored-by: Diego Barrios Romero <[email protected]>
2 parents 7199533 + 3364207 commit bccb903

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.2.6] - 2021-08-03
11+
1012
### Added
1113

14+
Backported non-breaking changes from the upcoming 1.0 release:
15+
1216
- `Transactional` SPI interface for executing groups of SPI transactions.
1317
- `Transactional` I2C interface for executing groups of I2C transactions.
1418
- 10-bit addressing mode for I2C traits.
1519
- `set_state` method for `OutputPin` using an input `PinState` value.
1620
- `IoPin` trait for pins that can change between being inputs or outputs
1721
dynamically.
1822

19-
### Changed
2023

2124
## [v0.2.5] - 2021-04-28
2225

@@ -121,7 +124,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
121124

122125
Initial release
123126

124-
[Unreleased]: https://github.com/rust-embedded/embedded-hal/compare/v0.2.5...v0.2.x
127+
[Unreleased]: https://github.com/rust-embedded/embedded-hal/compare/v0.2.6...v0.2.x
128+
[v0.2.6]: https://github.com/rust-embedded/embedded-hal/compare/v0.2.5...v0.2.6
125129
[v0.2.5]: https://github.com/rust-embedded/embedded-hal/compare/v0.2.4...v0.2.5
126130
[v0.2.4]: https://github.com/rust-embedded/embedded-hal/compare/v0.2.3...v0.2.4
127131
[v0.2.3]: https://github.com/rust-embedded/embedded-hal/compare/v0.2.2...v0.2.3

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
1111
name = "embedded-hal"
1212
readme = "README.md"
1313
repository = "https://github.com/rust-embedded/embedded-hal"
14-
version = "0.2.5"
14+
version = "0.2.6"
1515

1616
[dependencies.void]
1717
default-features = false

0 commit comments

Comments
 (0)