Skip to content

Commit 088a09f

Browse files
committed
Prepare 0.6.1 release
1 parent 58edb3c commit 088a09f

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
@@ -2,6 +2,8 @@
22

33
## [master] - Unreleased
44

5+
## [0.6.1] - 2021-11-22
6+
57
### Changed
68

79
- Updated `nix` to version `0.23`.
@@ -182,7 +184,8 @@
182184
- Initial version of the library with basic functionality
183185
- Support for `export`/`unexport`/`get_value`/`set_value`/`set_direction`
184186

185-
[master]: https://github.com/rust-embedded/rust-sysfs-gpio/compare/0.6.0...master
187+
[master]: https://github.com/rust-embedded/rust-sysfs-gpio/compare/0.6.1...master
188+
[0.6.1]: https://github.com/rust-embedded/rust-sysfs-gpio/compare/0.6.0...0.6.1
186189
[0.6.0]: https://github.com/rust-embedded/rust-sysfs-gpio/compare/0.5.3...0.6.0
187190
[0.5.3]: https://github.com/rust-embedded/rust-sysfs-gpio/compare/0.5.2...0.5.3
188191
[0.5.2]: https://github.com/rust-embedded/rust-sysfs-gpio/compare/0.5.1...0.5.2

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sysfs_gpio"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
authors = [
55
"Paul Osborne <[email protected]>",
66
"The Embedded Linux Team <[email protected]>",

0 commit comments

Comments
 (0)