From 0506127e264617fddc02eaf45d6f38b07eb13df3 Mon Sep 17 00:00:00 2001 From: Jeff Rose Date: Thu, 15 Jan 2026 23:18:01 -0800 Subject: [PATCH 1/3] Apply suggested fix to CHANGELOG.md from Copilot Autofix Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com> --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ebb4fd..70ef050 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -355,4 +355,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [Unreleased]: https://github.com/reglet-dev/reglet/compare/v0.3.0-alpha...HEAD [0.3.0-alpha]: https://github.com/reglet-dev/reglet/compare/v0.2.0-alpha...v0.3.0-alpha [0.2.0-alpha]: https://github.com/reglet-dev/reglet/compare/v0.0.0-alpha...v0.2.0-alpha +[0.0.0-alpha]: https://github.com/reglet-dev/reglet/releases/tag/v0.0.0-alpha From 1280baae50a7b38f0ebde7e85587b2670f8cae5e Mon Sep 17 00:00:00 2001 From: Jeff Rose Date: Thu, 15 Jan 2026 23:18:01 -0800 Subject: [PATCH 2/3] Apply suggested fix to CHANGELOG.md from Copilot Autofix Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com> --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70ef050..2f2612b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -56,6 +56,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Testing - Add plugin registry test + ## [0.3.0-alpha] - 2026-01-10 ### Added From 3f132c34ca9115c6c480407b1f7bfd8b07625e58 Mon Sep 17 00:00:00 2001 From: Jeff Rose Date: Thu, 15 Jan 2026 23:18:01 -0800 Subject: [PATCH 3/3] Apply suggested fix to CHANGELOG.md from Copilot Autofix Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f2612b..900c62b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,7 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Replace sdk imports to new repo - Clean up plugins with sdk repo move - Move engine and redactor to functional options -- ScrubString collects all matches first, then applies replacement in a single pass. +- ScrubString collects all matches first, then applies replacement in a single pass - Add panic recover to work pool - Switch worker q to ring buffer q - Move output to func options pattern in prep for oscal