From 9e31d96867fda23d2876dbd59c6b960a0312292d Mon Sep 17 00:00:00 2001 From: Hytak Date: Sun, 13 Apr 2025 19:01:48 +0200 Subject: [PATCH 1/2] Add rust-query 0.4 blog post --- draft/2025-04-16-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2025-04-16-this-week-in-rust.md b/draft/2025-04-16-this-week-in-rust.md index 4b25e622a..ad6a5d50b 100644 --- a/draft/2025-04-16-this-week-in-rust.md +++ b/draft/2025-04-16-this-week-in-rust.md @@ -39,6 +39,7 @@ and just ask the editors to select the category. ### Newsletters ### Project/Tooling Updates +[Version 0.4 of rust-query is released!](https://blog.lucasholten.com/rust-query-0-4/) ### Observations/Thoughts From 6e300617ac08e0d87f2fce0e516a9f0400ea34b1 Mon Sep 17 00:00:00 2001 From: Hytak Date: Mon, 14 Apr 2025 19:14:17 +0200 Subject: [PATCH 2/2] More informative link name --- draft/2025-04-16-this-week-in-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft/2025-04-16-this-week-in-rust.md b/draft/2025-04-16-this-week-in-rust.md index ad6a5d50b..e2edbd9f4 100644 --- a/draft/2025-04-16-this-week-in-rust.md +++ b/draft/2025-04-16-this-week-in-rust.md @@ -39,7 +39,7 @@ and just ask the editors to select the category. ### Newsletters ### Project/Tooling Updates -[Version 0.4 of rust-query is released!](https://blog.lucasholten.com/rust-query-0-4/) +[rust-query 0.4: structural types and other new features](https://blog.lucasholten.com/rust-query-0-4/) ### Observations/Thoughts