File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ Versioning](https://semver.org/spec/v2.0.0.html).
88
99## [ Unreleased]
1010
11+
12+ ## [ v0.6.2] - 2025-11-10
13+
1114- Relax lifetime constraint on ` I2CTransfer::transfer ` ` msgs ` reference.
1215- Derived common traits for public types.
1316
@@ -43,7 +46,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
4346
4447The changelog for previous versions was not recorded.
4548
46- [ Unreleased ] : https://github.com/rust-embedded/rust-i2cdev/compare/0.6.1...HEAD
49+ [ Unreleased ] : https://github.com/rust-embedded/rust-i2cdev/compare/0.6.2...HEAD
50+ [ v0.6.1 ] : https://github.com/rust-embedded/rust-i2cdev/compare/0.6.1...0.6.2
4751[ v0.6.1 ] : https://github.com/rust-embedded/rust-i2cdev/compare/0.6.0...0.6.1
4852[ v0.6.0 ] : https://github.com/rust-embedded/rust-i2cdev/compare/0.5.1...0.6.0
4953[ v0.5.1 ] : https://github.com/rust-embedded/rust-i2cdev/compare/0.5.0...0.5.1
Original file line number Diff line number Diff line change 11[package ]
22
33name = " i2cdev"
4- version = " 0.6.1 "
4+ version = " 0.6.2 "
55authors = [
66 " Paul Osborne <osbpau@gmail.com>" ,
77 " The Embedded Linux Team <embedded-linux@teams.rust-embedded.org>"
You can’t perform that action at this time.
0 commit comments