File tree 2 files changed +7
-2
lines changed
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).
8
8
9
9
## [ Unreleased]
10
10
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.
11
15
- Prevent underflow panics when using a ` MockI2CDevice ` with an offset of ` 0x0 `
12
16
- Bumps the MSRV to 1.65.0
13
17
@@ -36,7 +40,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
36
40
37
41
The changelog for previous versions was not recorded.
38
42
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
40
45
[ v0.6.0 ] : https://github.com/rust-embedded/rust-i2cdev/compare/0.5.1...0.6.0
41
46
[ v0.5.1 ] : https://github.com/rust-embedded/rust-i2cdev/compare/0.5.0...0.5.1
42
47
[ 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 1
1
[package ]
2
2
3
3
name = " i2cdev"
4
- version = " 0.6.0 "
4
+ version = " 0.6.1 "
5
5
authors = [
6
6
" Paul Osborne <[email protected] >" ,
7
7
" The Embedded Linux Team <[email protected] >"
You can’t perform that action at this time.
0 commit comments