From 567470bd6c981985054590480e36830560a03835 Mon Sep 17 00:00:00 2001 From: Christian Meusel Date: Tue, 30 Sep 2025 21:38:44 +0200 Subject: [PATCH 1/4] Fix CI badge in README to point to refer to GitHub --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb24b54..dc01d35 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Linux GPIO Utils -[![Build Status](https://travis-ci.org/rust-embedded/gpio-utils.svg?branch=master)](https://travis-ci.org/rust-embedded/gpio-utils) +[![Build Status](https://img.shields.io/github/actions/workflow/status/rust-embedded/gpio-utils/ci.yaml?branch=master&logo=github)](https://github.com/rust-embedded/gpio-utils/actions) [![Version](https://img.shields.io/crates/v/gpio-utils.svg)](https://crates.io/crates/gpio-utils) [![License](https://img.shields.io/crates/l/rustc-serialize.svg)](https://github.com/rust-embedded/gpio-utils/blob/master/README.md#license) From 7da6e19a3e33b85d2ec32487bf70b51d719ae673 Mon Sep 17 00:00:00 2001 From: Christian Meusel Date: Tue, 30 Sep 2025 21:39:54 +0200 Subject: [PATCH 2/4] Add badge for MSRV --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dc01d35..ff706a1 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![Build Status](https://img.shields.io/github/actions/workflow/status/rust-embedded/gpio-utils/ci.yaml?branch=master&logo=github)](https://github.com/rust-embedded/gpio-utils/actions) [![Version](https://img.shields.io/crates/v/gpio-utils.svg)](https://crates.io/crates/gpio-utils) +[![Minimum Stable Rust Version](https://img.shields.io/badge/Rust-1.75.0-blue?logo=rust)](https://blog.rust-lang.org/2023/12/28/Rust-1.75.0/) [![License](https://img.shields.io/crates/l/rustc-serialize.svg)](https://github.com/rust-embedded/gpio-utils/blob/master/README.md#license) GPIO Utils provides convenient access to GPIOs on a Linux system. The library From 7eabf9c64fd6ca449c8b8cb01428575a2b7a404f Mon Sep 17 00:00:00 2001 From: Christian Meusel Date: Tue, 30 Sep 2025 21:40:58 +0200 Subject: [PATCH 3/4] Release 0.4.1 I missed out that the CI badge did not point to the actual GitHub actions. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index df50a1b..ecc183a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -220,7 +220,7 @@ checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" [[package]] name = "gpio-utils" -version = "0.5.0-alpha.0" +version = "0.4.1" dependencies = [ "backtrace", "clap", diff --git a/Cargo.toml b/Cargo.toml index b20a1f7..7482b97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gpio-utils" -version = "0.5.0-alpha.0" +version = "0.4.1" authors = ["Rust Embedded WG Linux Team ", "Paul Osborne "] license = "MIT/Apache-2.0" From b12c7101577c8f166c0af5c01943b57ebbc76edc Mon Sep 17 00:00:00 2001 From: Christian Meusel Date: Tue, 30 Sep 2025 22:00:30 +0200 Subject: [PATCH 4/4] Start next develomment cycle --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ecc183a..df50a1b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -220,7 +220,7 @@ checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" [[package]] name = "gpio-utils" -version = "0.4.1" +version = "0.5.0-alpha.0" dependencies = [ "backtrace", "clap", diff --git a/Cargo.toml b/Cargo.toml index 7482b97..b20a1f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gpio-utils" -version = "0.4.1" +version = "0.5.0-alpha.0" authors = ["Rust Embedded WG Linux Team ", "Paul Osborne "] license = "MIT/Apache-2.0"