Skip to content

Commit f17c2fc

Browse files
committed
Prepare 0.6.2 release
1 parent 04cb2c0 commit f17c2fc

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
@@ -4,6 +4,8 @@
44

55
### Changed
66

7+
## [0.6.2] - 2024-05-13
8+
79
- Minimum supported Rust version updated to 1.65.0
810
- The crate's `Error` type can now be converted to a `std::io::Error` using `From` / `Into`.
911

@@ -189,7 +191,8 @@
189191
- Initial version of the library with basic functionality
190192
- Support for `export`/`unexport`/`get_value`/`set_value`/`set_direction`
191193

192-
[master]: https://github.com/rust-embedded/rust-sysfs-gpio/compare/0.6.1...master
194+
[master]: https://github.com/rust-embedded/rust-sysfs-gpio/compare/0.6.2...master
195+
[0.6.2]: https://github.com/rust-embedded/rust-sysfs-gpio/compare/0.6.1...0.6.2
193196
[0.6.1]: https://github.com/rust-embedded/rust-sysfs-gpio/compare/0.6.0...0.6.1
194197
[0.6.0]: https://github.com/rust-embedded/rust-sysfs-gpio/compare/0.5.3...0.6.0
195198
[0.5.3]: https://github.com/rust-embedded/rust-sysfs-gpio/compare/0.5.2...0.5.3

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.1"
3+
version = "0.6.2"
44
authors = [
55
"Paul Osborne <[email protected]>",
66
"The Embedded Linux Team <[email protected]>",

0 commit comments

Comments
 (0)