From a9c14587eaeb1fd90acd36a9b8a2c3a099bdb529 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 13:18:07 +0000 Subject: [PATCH] chore: release v0.2.4 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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"