From 49a335a6ef2a375145bf1018fde8d3312d112c0f Mon Sep 17 00:00:00 2001 From: warpmaster <32202890+jared-perry@users.noreply.github.com> Date: Tue, 21 Jul 2026 02:36:46 -0400 Subject: [PATCH 1/2] docs: release 0.2.1 to republish the corrected README --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c22744..b7ad82c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to OffsetScan are documented in this file. The project follows semantic versioning. +## [0.2.1] - 2026-07-21 + +### Documentation + +- Refresh the README `yara-scan` section to describe the shipped `offsetscan yara` + subcommand accurately (feature-gated, schema-parity with `Invoke-OffsetYaraScan`, and + now covered by a CI job). The 0.2.0 crate's rendered README still carried the old + "experimental / not built in CI / untested" wording; this republishes it corrected. + No code changes. + ## [0.2.0] - 2026-07-21 ### Added diff --git a/Cargo.lock b/Cargo.lock index 8da053c..89e8e1d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -488,7 +488,7 @@ dependencies = [ [[package]] name = "offsetscan" -version = "0.2.0" +version = "0.2.1" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index a6a1efd..c95d1d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "offsetscan" -version = "0.2.0" +version = "0.2.1" edition = "2021" authors = ["DreadHost Research"] description = "Standalone native corpus-scale engine for PE parsing, entropy, string extraction, and IOC panels — schema-compatible with OffsetInspect.Result/ThreatScanResult JSON output." From 301f875eeab6258c50767648135f6b2dfd131145 Mon Sep 17 00:00:00 2001 From: Velkris <160296292+warpedatom@users.noreply.github.com> Date: Tue, 21 Jul 2026 02:39:22 -0400 Subject: [PATCH 2/2] Update CHANGELOG.md Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7ad82c..013e43b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ The project follows semantic versioning. - Refresh the README `yara-scan` section to describe the shipped `offsetscan yara` subcommand accurately (feature-gated, schema-parity with `Invoke-OffsetYaraScan`, and now covered by a CI job). The 0.2.0 crate's rendered README still carried the old - "experimental / not built in CI / untested" wording; this republishes it corrected. + "experimental / not built in CI / untested" wording; this republishes it with corrected wording. No code changes. ## [0.2.0] - 2026-07-21