From e6a39e18d37476785e6b222b46be9139d1062ebf Mon Sep 17 00:00:00 2001 From: bahdotsh Date: Mon, 29 Sep 2025 08:50:16 +0530 Subject: [PATCH 1/2] Add Blogr v0.3.0 and Feedr v0.2.0 announcements --- draft/2025-10-01-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2025-10-01-this-week-in-rust.md b/draft/2025-10-01-this-week-in-rust.md index ab5966c46..de4f2047d 100644 --- a/draft/2025-10-01-this-week-in-rust.md +++ b/draft/2025-10-01-this-week-in-rust.md @@ -44,6 +44,8 @@ and just ask the editors to select the category. ### Newsletters ### Project/Tooling Updates +* [blogr v0.3.0 - Fast, lightweight static site generator in Rust — write in Markdown, preview in your terminal, and deploy to GitHub Pages with a single command](https://github.com/bahdotsh/blogr/releases/tag/v0.3.0) +* [Feedr v0.2.0 - A feature-rich terminal-based RSS feed reader with a clean and intuitive TUI](https://github.com/bahdotsh/feedr/releases/tag/v0.2.0) ### Observations/Thoughts From 4a291566ab2575e5b0404232aa4186385e26b8ae Mon Sep 17 00:00:00 2001 From: bahdotsh Date: Mon, 29 Sep 2025 08:51:43 +0530 Subject: [PATCH 2/2] Add Blogr v0.3.0 and Feedr v0.2.0 announcements --- draft/2025-10-01-this-week-in-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft/2025-10-01-this-week-in-rust.md b/draft/2025-10-01-this-week-in-rust.md index de4f2047d..e5fc2575f 100644 --- a/draft/2025-10-01-this-week-in-rust.md +++ b/draft/2025-10-01-this-week-in-rust.md @@ -44,7 +44,7 @@ and just ask the editors to select the category. ### Newsletters ### Project/Tooling Updates -* [blogr v0.3.0 - Fast, lightweight static site generator in Rust — write in Markdown, preview in your terminal, and deploy to GitHub Pages with a single command](https://github.com/bahdotsh/blogr/releases/tag/v0.3.0) +* [blogr v0.3.0 - Fast, lightweight static site generator with built in newsletter manager, in Rust — write in Markdown, preview in your terminal, and deploy to GitHub Pages with a single command ](https://github.com/bahdotsh/blogr/releases/tag/v0.3.0) * [Feedr v0.2.0 - A feature-rich terminal-based RSS feed reader with a clean and intuitive TUI](https://github.com/bahdotsh/feedr/releases/tag/v0.2.0) ### Observations/Thoughts