File tree 2 files changed +5
-2
lines changed
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).
8
8
9
9
## [ Unreleased]
10
10
11
+ ## [ v0.6.0] - 2023-08-03
12
+
11
13
- Hide nix from the public api such that it can be updated without resulting in a breaking change.
12
14
- Updated nix to version ` 0.26 ` ; only use the ` ioctl ` feature.
13
15
- Updated ` bitflags ` to version ` 2.3 ` .
@@ -31,6 +33,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).
31
33
32
34
The changelog for previous versions was not recorded.
33
35
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
35
38
[ v0.5.1 ] : https://github.com/rust-embedded/rust-i2cdev/compare/0.5.0...0.5.1
36
39
[ 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.5.1 "
4
+ version = " 0.6.0 "
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