Skip to content

Commit

Permalink
Prepare 0.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nastevens committed May 9, 2024
1 parent a7a4dce commit d44de85
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [v0.6.1] - 2024-05-09

- Properly ellide the start bit when sending a series of I2C messages as a
transaction.
- Prevent underflow panics when using a `MockI2CDevice` with an offset of `0x0`
- Bumps the MSRV to 1.65.0

Expand Down Expand Up @@ -36,7 +40,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).

The changelog for previous versions was not recorded.

[Unreleased]: https://github.com/rust-embedded/rust-i2cdev/compare/0.6.0...HEAD
[Unreleased]: https://github.com/rust-embedded/rust-i2cdev/compare/0.6.1...HEAD
[v0.6.1]: https://github.com/rust-embedded/rust-i2cdev/compare/0.6.0...0.6.1
[v0.6.0]: https://github.com/rust-embedded/rust-i2cdev/compare/0.5.1...0.6.0
[v0.5.1]: https://github.com/rust-embedded/rust-i2cdev/compare/0.5.0...0.5.1
[v0.5.0]: https://github.com/rust-embedded/rust-i2cdev/compare/0.4.0...0.5.0
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "i2cdev"
version = "0.6.0"
version = "0.6.1"
authors = [
"Paul Osborne <osbpau@gmail.com>",
"The Embedded Linux Team <embedded-linux@teams.rust-embedded.org>"
Expand Down

0 comments on commit d44de85

Please sign in to comment.