File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
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
+ - Your change here!
11
+
12
+ ## [ v0.3.0] - 2025-01-21
13
+
10
14
- Added the ` alloc ` feature.
11
15
- Added a new ` RcDevice ` for I2C and SPI, a reference-counting equivalent to ` RefCellDevice ` .
12
16
- Migrated ` std ` feature-gated ` std::error::Error ` implementations to ` core::error::Error `
@@ -64,7 +68,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
64
68
65
69
First release to crates.io
66
70
67
- [ Unreleased ] : https://github.com/rust-embedded/embedded-hal/compare/embedded-hal-bus-v0.2.0...HEAD
71
+ [ Unreleased ] : https://github.com/rust-embedded/embedded-hal/compare/embedded-hal-bus-v0.3.0...HEAD
72
+ [ v0.3.0 ] : https://github.com/rust-embedded/embedded-hal/compare/embedded-hal-bus-v0.2.0...embedded-hal-bus-v0.3.0
68
73
[ v0.2.0 ] : https://github.com/rust-embedded/embedded-hal/compare/embedded-hal-bus-v0.1.0...embedded-hal-bus-v0.2.0
69
74
[ 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
70
75
[ 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
You can’t perform that action at this time.
0 commit comments