File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff 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
122125Initial 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
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
1111name = " embedded-hal"
1212readme = " README.md"
1313repository = " https://github.com/rust-embedded/embedded-hal"
14- version = " 0.2.5 "
14+ version = " 0.2.6 "
1515
1616[dependencies .void ]
1717default-features = false
You can’t perform that action at this time.
0 commit comments