Skip to content

Commit 62052ee

Browse files
committed
Prepare 0.6.0 release
1 parent 14bab5a commit 62052ee

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

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

0 commit comments

Comments
 (0)