Skip to content

Commit 499e902

Browse files
authored
Merge pull request #86 from rust-embedded/prep-0.6.1
Prepare 0.6.1 release
2 parents a7a4dce + d44de85 commit 499e902

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Diff for: CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff 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

3741
The 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

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "i2cdev"
4-
version = "0.6.0"
4+
version = "0.6.1"
55
authors = [
66
"Paul Osborne <[email protected]>",
77
"The Embedded Linux Team <[email protected]>"

0 commit comments

Comments
 (0)