From 800f61fce21a633c788ae111556b44efd8f24609 Mon Sep 17 00:00:00 2001 From: zak905 Date: Sun, 9 Nov 2025 20:46:34 +0100 Subject: [PATCH 1/3] add semver-query crate to Miscellaneous --- draft/2025-11-12-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2025-11-12-this-week-in-rust.md b/draft/2025-11-12-this-week-in-rust.md index 86317b91b..6a1088626 100644 --- a/draft/2025-11-12-this-week-in-rust.md +++ b/draft/2025-11-12-this-week-in-rust.md @@ -53,6 +53,8 @@ and just ask the editors to select the category. ### Miscellaneous +- [semver-query](https://github.com/zak905/semver-query): semantic versioning data query tool written in Rust used for automating the process of selecting a package or artifact version that match certain criteria. + ## Crate of the Week From 316417125c281539ac34bee62910b96e2a1c6c79 Mon Sep 17 00:00:00 2001 From: zak905 Date: Mon, 10 Nov 2025 19:32:38 +0100 Subject: [PATCH 2/3] move link to project/tooling update --- draft/2025-11-12-this-week-in-rust.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/draft/2025-11-12-this-week-in-rust.md b/draft/2025-11-12-this-week-in-rust.md index 6a1088626..648dc269b 100644 --- a/draft/2025-11-12-this-week-in-rust.md +++ b/draft/2025-11-12-this-week-in-rust.md @@ -45,6 +45,8 @@ and just ask the editors to select the category. ### Project/Tooling Updates +- [semver-query: semantic versioning data query tool](https://github.com/zak905/semver-query + ### Observations/Thoughts ### Rust Walkthroughs @@ -53,8 +55,6 @@ and just ask the editors to select the category. ### Miscellaneous -- [semver-query](https://github.com/zak905/semver-query): semantic versioning data query tool written in Rust used for automating the process of selecting a package or artifact version that match certain criteria. - ## Crate of the Week From e967654039b605cddbd3bffd638d128cdd46e87e Mon Sep 17 00:00:00 2001 From: zak905 Date: Mon, 10 Nov 2025 19:33:30 +0100 Subject: [PATCH 3/3] move link to project/tooling update --- draft/2025-11-12-this-week-in-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft/2025-11-12-this-week-in-rust.md b/draft/2025-11-12-this-week-in-rust.md index 648dc269b..682731b74 100644 --- a/draft/2025-11-12-this-week-in-rust.md +++ b/draft/2025-11-12-this-week-in-rust.md @@ -45,7 +45,7 @@ and just ask the editors to select the category. ### Project/Tooling Updates -- [semver-query: semantic versioning data query tool](https://github.com/zak905/semver-query +- [semver-query: semantic versioning data query tool](https://github.com/zak905/semver-query) ### Observations/Thoughts