Skip to content

Commit 0c481ea

Browse files
committed
Update changelog
1 parent df08804 commit 0c481ea

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

embedded-hal-bus/CHANGELOG.md

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

88
## [Unreleased]
99

10+
- Your change here!
11+
12+
## [v0.3.0] - 2025-01-21
13+
1014
- Added the `alloc` feature.
1115
- Added a new `RcDevice` for I2C and SPI, a reference-counting equivalent to `RefCellDevice`.
1216
- 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/).
6468

6569
First release to crates.io
6670

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
6873
[v0.2.0]: https://github.com/rust-embedded/embedded-hal/compare/embedded-hal-bus-v0.1.0...embedded-hal-bus-v0.2.0
6974
[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
7075
[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

0 commit comments

Comments
 (0)