Skip to content

Commit 06b8787

Browse files
committed
prepare for 0.6.0
1 parent 6e8a153 commit 06b8787

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
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-09-11
12+
1113
- Updated nix to version `0.27`.
1214
- Updated bitflags to version `2.4`.
1315
- MSRV is now 1.65.0.
@@ -60,7 +62,8 @@ Adds the ability to create a collection of lines from a single chip and read or
6062
- Initial release of the library with basic operations centered around operating
6163
on a single line at a time.
6264

63-
[Unreleased]: https://github.com/rust-embedded/gpio-cdev/compare/0.5.1...HEAD
65+
[Unreleased]: https://github.com/rust-embedded/gpio-cdev/compare/0.6.0...HEAD
66+
[v0.6.0]: https://github.com/rust-embedded/gpio-cdev/compare/0.5.1...0.6.0
6467
[v0.5.1]: https://github.com/rust-embedded/gpio-cdev/compare/0.5.0...0.5.1
6568
[v0.5.0]: https://github.com/rust-embedded/gpio-cdev/compare/0.4.0...0.5.0
6669
[v0.4.0]: https://github.com/rust-embedded/gpio-cdev/compare/0.3.0...0.4.0

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gpio-cdev"
3-
version = "0.5.1"
3+
version = "0.6.0"
44
authors = ["Paul Osborne <[email protected]>", "Frank Pagliughi <[email protected]>"]
55
description = "Linux GPIO Character Device Support (/dev/gpiochipN)"
66
homepage = "https://github.com/rust-embedded/gpio-cdev"

0 commit comments

Comments
 (0)