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/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.2.6] - 2021-08-03
11
+
10
12
### Added
11
13
14
+ Backported non-breaking changes from the upcoming 1.0 release:
15
+
12
16
- ` Transactional ` SPI interface for executing groups of SPI transactions.
13
17
- ` Transactional ` I2C interface for executing groups of I2C transactions.
14
18
- 10-bit addressing mode for I2C traits.
15
19
- ` set_state ` method for ` OutputPin ` using an input ` PinState ` value.
16
20
- ` IoPin ` trait for pins that can change between being inputs or outputs
17
21
dynamically.
18
22
19
- ### Changed
20
23
21
24
## [ v0.2.5] - 2021-04-28
22
25
@@ -121,7 +124,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
121
124
122
125
Initial release
123
126
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
125
129
[ v0.2.5 ] : https://github.com/rust-embedded/embedded-hal/compare/v0.2.4...v0.2.5
126
130
[ v0.2.4 ] : https://github.com/rust-embedded/embedded-hal/compare/v0.2.3...v0.2.4
127
131
[ 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"
11
11
name = " embedded-hal"
12
12
readme = " README.md"
13
13
repository = " https://github.com/rust-embedded/embedded-hal"
14
- version = " 0.2.5 "
14
+ version = " 0.2.6 "
15
15
16
16
[dependencies .void ]
17
17
default-features = false
You can’t perform that action at this time.
0 commit comments