From 05b326d5fc2661dfd1c3816ec5a024595d3a0369 Mon Sep 17 00:00:00 2001 From: Andrew Mackenzie Date: Thu, 21 Nov 2024 10:29:25 +0100 Subject: [PATCH 1/2] Update 2024-11-27-this-week-in-rust.md Add announcement of pigg 0.5.0 release --- draft/2024-11-27-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2024-11-27-this-week-in-rust.md b/draft/2024-11-27-this-week-in-rust.md index dee7e7f16..c0ac1a6af 100644 --- a/draft/2024-11-27-this-week-in-rust.md +++ b/draft/2024-11-27-this-week-in-rust.md @@ -36,6 +36,7 @@ and just ask the editors to select the category. ### Newsletters ### Project/Tooling Updates +* [0.5.0 release](https://github.com/andrewdavidmackenzie/pigg/releases/tag/0.5.0) of the "pigg" project for Remote control and viewing of Raspberry Pi GPIO hardware, now with Pi Pico W support via rust and embassy ### Observations/Thoughts From e3abd2cd9d5fb74f0cdf3258803b57207fbafd16 Mon Sep 17 00:00:00 2001 From: M Goldin <23177337+mariannegoldin@users.noreply.github.com> Date: Wed, 27 Nov 2024 19:29:21 -0800 Subject: [PATCH 2/2] Add context to title of release --- draft/2024-11-27-this-week-in-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft/2024-11-27-this-week-in-rust.md b/draft/2024-11-27-this-week-in-rust.md index c0ac1a6af..acd368803 100644 --- a/draft/2024-11-27-this-week-in-rust.md +++ b/draft/2024-11-27-this-week-in-rust.md @@ -36,7 +36,7 @@ and just ask the editors to select the category. ### Newsletters ### Project/Tooling Updates -* [0.5.0 release](https://github.com/andrewdavidmackenzie/pigg/releases/tag/0.5.0) of the "pigg" project for Remote control and viewing of Raspberry Pi GPIO hardware, now with Pi Pico W support via rust and embassy +* ["pigg" (the Raspberry Pi GPIO GUI) 0.5.0 release](https://github.com/andrewdavidmackenzie/pigg/releases/tag/0.5.0) of the project for Remote control and viewing of Raspberry Pi GPIO hardware, now with Pi Pico W support via rust and embassy ### Observations/Thoughts