diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c22744..013e43b 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 with corrected wording. + 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."