Skip to content

Commit

Permalink
Prepare 0.6.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nastevens committed May 13, 2024
1 parent 04cb2c0 commit f17c2fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sysfs_gpio"
version = "0.6.1"
version = "0.6.2"
authors = [
"Paul Osborne <osbpau@gmail.com>",
"The Embedded Linux Team <embedded-linux@teams.rust-embedded.org>",
Expand Down

0 comments on commit f17c2fc

Please sign in to comment.