File tree 2 files changed +7
-2
lines changed
2 files changed +7
-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/).
7
7
8
8
## [ Unreleased]
9
9
10
+ (Add unreleased changes here)
11
+
12
+ ## [ v0.2.0] - 2024-04-23
13
+
10
14
- Added a new ` AtomicDevice ` for I2C and SPI to enable bus sharing across multiple contexts.
11
15
- SPI shared bus constructors now set ` CS ` high, to prevent sharing issues if it was low.
12
16
@@ -57,7 +61,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
57
61
58
62
First release to crates.io
59
63
60
- [ Unreleased ] : https://github.com/rust-embedded/embedded-hal/compare/embedded-hal-bus-v0.1.0...HEAD
64
+ [ Unreleased ] : https://github.com/rust-embedded/embedded-hal/compare/embedded-hal-bus-v0.2.0...HEAD
65
+ [ v0.2.0 ] : https://github.com/rust-embedded/embedded-hal/compare/embedded-hal-bus-v0.1.0...embedded-hal-bus-v0.2.0
61
66
[ v0.1.0 ] : https://github.com/rust-embedded/embedded-hal/compare/embedded-hal-bus-v0.1.0-rc.3...embedded-hal-bus-v0.1.0
62
67
[ v0.1.0-rc.3 ] : https://github.com/rust-embedded/embedded-hal/compare/embedded-hal-bus-v0.1.0-rc.2...embedded-hal-bus-v0.1.0-rc.3
63
68
[ v0.1.0-rc.2 ] : https://github.com/rust-embedded/embedded-hal/compare/embedded-hal-bus-v0.1.0-rc.1...embedded-hal-bus-v0.1.0-rc.2
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
12
12
name = " embedded-hal-bus"
13
13
readme = " README.md"
14
14
repository = " https://github.com/rust-embedded/embedded-hal"
15
- version = " 0.1 .0"
15
+ version = " 0.2 .0"
16
16
17
17
[features ]
18
18
std = []
You can’t perform that action at this time.
0 commit comments