File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,11 @@ Versioning](https://semver.org/spec/v2.0.0.html).
88
99## [ Unreleased]
1010
11+
12+ ## [ v0.5.1] - 2021-11-22
13+
1114- Updated nix to version ` 0.23 ` .
12- - Add PEC support for SMBus compatible adapters
15+ - Add PEC support for SMBus compatible adapters.
1316- Add ` LinuxI2CDevice::force_new() ` to open the device without checking if the address is bound to a driver.
1417
1518## [ v0.5.0] - 2021-09-21
@@ -22,5 +25,6 @@ Versioning](https://semver.org/spec/v2.0.0.html).
2225
2326The changelog for previous versions was not recorded.
2427
25- [ Unreleased ] : https://github.com/rust-embedded/rust-i2cdev/compare/0.5.0...HEAD
28+ [ Unreleased ] : https://github.com/rust-embedded/rust-i2cdev/compare/0.5.1...HEAD
29+ [ v0.5.1 ] : https://github.com/rust-embedded/rust-i2cdev/compare/0.5.0...0.5.1
2630[ 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.5.0 "
4+ version = " 0.5.1 "
55authors = [" Paul Osborne <osbpau@gmail.com>" ]
66license = " MIT/Apache-2.0"
77repository = " https://github.com/rust-embedded/rust-i2cdev"
You can’t perform that action at this time.
0 commit comments