Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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."
Expand Down