File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
88
99## [ Unreleased]
1010
11+ ## [ v0.6.0] - 2023-08-03
12+
1113- Hide nix from the public api such that it can be updated without resulting in a breaking change.
1214- Updated nix to version ` 0.26 ` ; only use the ` ioctl ` feature.
1315- Updated ` bitflags ` to version ` 2.3 ` .
@@ -31,6 +33,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).
3133
3234The changelog for previous versions was not recorded.
3335
34- [ Unreleased ] : https://github.com/rust-embedded/rust-i2cdev/compare/0.5.1...HEAD
36+ [ Unreleased ] : https://github.com/rust-embedded/rust-i2cdev/compare/0.6.0...HEAD
37+ [ v0.6.0 ] : https://github.com/rust-embedded/rust-i2cdev/compare/0.5.1...0.6.0
3538[ v0.5.1 ] : https://github.com/rust-embedded/rust-i2cdev/compare/0.5.0...0.5.1
3639[ 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.1 "
4+ version = " 0.6.0 "
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