From f17c2fc3a95ed89dff7ddf114670583619ac1929 Mon Sep 17 00:00:00 2001 From: Nick Stevens Date: Mon, 13 May 2024 12:44:07 -0500 Subject: [PATCH] Prepare 0.6.2 release --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93ddfbf92..65fa7ff81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ### Changed +## [0.6.2] - 2024-05-13 + - Minimum supported Rust version updated to 1.65.0 - The crate's `Error` type can now be converted to a `std::io::Error` using `From` / `Into`. @@ -189,7 +191,8 @@ - Initial version of the library with basic functionality - Support for `export`/`unexport`/`get_value`/`set_value`/`set_direction` -[master]: https://github.com/rust-embedded/rust-sysfs-gpio/compare/0.6.1...master +[master]: https://github.com/rust-embedded/rust-sysfs-gpio/compare/0.6.2...master +[0.6.2]: https://github.com/rust-embedded/rust-sysfs-gpio/compare/0.6.1...0.6.2 [0.6.1]: https://github.com/rust-embedded/rust-sysfs-gpio/compare/0.6.0...0.6.1 [0.6.0]: https://github.com/rust-embedded/rust-sysfs-gpio/compare/0.5.3...0.6.0 [0.5.3]: https://github.com/rust-embedded/rust-sysfs-gpio/compare/0.5.2...0.5.3 diff --git a/Cargo.toml b/Cargo.toml index 149f25cc8..bc2520ba5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sysfs_gpio" -version = "0.6.1" +version = "0.6.2" authors = [ "Paul Osborne ", "The Embedded Linux Team ",