Skip to content

Commit f842db3

Browse files
committed
Prepare release 0.5.1
1 parent 1a3eb30 commit f842db3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ 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`.
1215

1316
## [v0.5.0] - 2021-09-21
@@ -53,6 +56,7 @@ Adds the ability to create a collection of lines from a single chip and read or
5356
- Initial release of the library with basic operations centered around operating
5457
on a single line at a time.
5558

56-
[Unreleased]: https://github.com/rust-embedded/gpio-cdev/compare/0.5.0...HEAD
59+
[Unreleased]: https://github.com/rust-embedded/gpio-cdev/compare/0.5.1...HEAD
60+
[v0.5.1]: https://github.com/rust-embedded/gpio-cdev/compare/0.5.0...0.5.1
5761
[v0.5.0]: https://github.com/rust-embedded/gpio-cdev/compare/0.4.0...0.5.0
5862
[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.0"
3+
version = "0.5.1"
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)