Skip to content

Commit

Permalink
Merge pull request #595 from Dirbaio/release-ehb-v020
Browse files Browse the repository at this point in the history
Release embedded-hal-bus v0.2.0
  • Loading branch information
eldruin committed Apr 23, 2024
2 parents 7e3594e + add71a3 commit a0ccb65
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion embedded-hal-bus/CHANGELOG.md
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

(Add unreleased changes here)

## [v0.2.0] - 2024-04-23

- Added a new `AtomicDevice` for I2C and SPI to enable bus sharing across multiple contexts.
- SPI shared bus constructors now set `CS` high, to prevent sharing issues if it was low.

Expand Down Expand Up @@ -57,7 +61,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

First release to crates.io

[Unreleased]: https://github.com/rust-embedded/embedded-hal/compare/embedded-hal-bus-v0.1.0...HEAD
[Unreleased]: https://github.com/rust-embedded/embedded-hal/compare/embedded-hal-bus-v0.2.0...HEAD
[v0.2.0]: https://github.com/rust-embedded/embedded-hal/compare/embedded-hal-bus-v0.1.0...embedded-hal-bus-v0.2.0
[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
[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
[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
Expand Down
2 changes: 1 addition & 1 deletion embedded-hal-bus/Cargo.toml
Expand Up @@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
name = "embedded-hal-bus"
readme = "README.md"
repository = "https://github.com/rust-embedded/embedded-hal"
version = "0.1.0"
version = "0.2.0"

[features]
std = []
Expand Down

0 comments on commit a0ccb65

Please sign in to comment.