From b7a51db3eec002fd36f0236c897b01fbc60a6e7b Mon Sep 17 00:00:00 2001 From: Andrew Mackenzie Date: Tue, 21 Jan 2025 21:55:09 +0100 Subject: [PATCH 1/2] Update 2025-01-22-this-week-in-rust.md Added an entry for Pigg 0.6.0 release in Projects section --- draft/2025-01-22-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2025-01-22-this-week-in-rust.md b/draft/2025-01-22-this-week-in-rust.md index dced07112..0d73c9626 100644 --- a/draft/2025-01-22-this-week-in-rust.md +++ b/draft/2025-01-22-this-week-in-rust.md @@ -37,6 +37,8 @@ and just ask the editors to select the category. ### Project/Tooling Updates +* [Release 0.6.0 of Pigg](https://github.com/andrewdavidmackenzie/pigg/releases/tag/0.6.0) - the GUI for remote control of Pi and Pi Pico GPIO - with USB, Pi Pico and device discovery + ### Observations/Thoughts ### Rust Walkthroughs From 5eee8d45c6b1c6d7927aa766efc59e7fbf1f35e8 Mon Sep 17 00:00:00 2001 From: Nell Shamrell-Harrington Date: Wed, 22 Jan 2025 16:55:28 -0800 Subject: [PATCH 2/2] Remove redundant text in Pigg release note --- draft/2025-01-22-this-week-in-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft/2025-01-22-this-week-in-rust.md b/draft/2025-01-22-this-week-in-rust.md index 0d73c9626..cee524c80 100644 --- a/draft/2025-01-22-this-week-in-rust.md +++ b/draft/2025-01-22-this-week-in-rust.md @@ -37,7 +37,7 @@ and just ask the editors to select the category. ### Project/Tooling Updates -* [Release 0.6.0 of Pigg](https://github.com/andrewdavidmackenzie/pigg/releases/tag/0.6.0) - the GUI for remote control of Pi and Pi Pico GPIO - with USB, Pi Pico and device discovery +* [Release 0.6.0 of Pigg](https://github.com/andrewdavidmackenzie/pigg/releases/tag/0.6.0) - the GUI for remote control of Pi and Pi Pico GPIO ### Observations/Thoughts