File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ Versioning](https://semver.org/spec/v2.0.0.html).
88
99## [ Unreleased]
1010
11+ ## [ v0.6.1] - 2024-05-09
12+
13+ - Properly ellide the start bit when sending a series of I2C messages as a
14+ transaction.
1115- Prevent underflow panics when using a ` MockI2CDevice ` with an offset of ` 0x0 `
1216- Bumps the MSRV to 1.65.0
1317
@@ -36,7 +40,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
3640
3741The changelog for previous versions was not recorded.
3842
39- [ Unreleased ] : https://github.com/rust-embedded/rust-i2cdev/compare/0.6.0...HEAD
43+ [ Unreleased ] : https://github.com/rust-embedded/rust-i2cdev/compare/0.6.1...HEAD
44+ [ v0.6.1 ] : https://github.com/rust-embedded/rust-i2cdev/compare/0.6.0...0.6.1
4045[ v0.6.0 ] : https://github.com/rust-embedded/rust-i2cdev/compare/0.5.1...0.6.0
4146[ v0.5.1 ] : https://github.com/rust-embedded/rust-i2cdev/compare/0.5.0...0.5.1
4247[ v0.5.0 ] : https://github.com/rust-embedded/rust-i2cdev/compare/0.4.0...0.5.0
Original file line number Diff line number Diff line change 11[package ]
22
33name = " i2cdev"
4- version = " 0.6.0 "
4+ version = " 0.6.1 "
55authors = [
66 " Paul Osborne <[email protected] >" ,
77 " The Embedded Linux Team <[email protected] >"
You can’t perform that action at this time.
0 commit comments