diff --git a/CHANGELOG.md b/CHANGELOG.md index 58b7b7f..7ba5233 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.2.4](https://github.com/raoz/jetgpio-sys/compare/v0.2.3...v0.2.4) - 2025-11-24 + +### Other + +- Add reference to jetgpio crate in README ([#17](https://github.com/raoz/jetgpio-sys/pull/17)) + ## [0.2.3](https://github.com/raoz/jetgpio-sys/compare/v0.2.2...v0.2.3) - 2024-11-12 ### Other diff --git a/Cargo.toml b/Cargo.toml index 391cc74..440b448 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "jetgpio-sys" authors = ["Rao Zvorovski"] keywords = ["jetgpio", "gpio", "jetson", "nvidia"] categories = ["external-ffi-bindings", "hardware-support"] -version = "0.2.3" +version = "0.2.4" edition = "2021" links = "jetgpio" description = "Low-level Rust bindings for https://github.com/Rubberazer/JETGPIO"