diff --git a/CHANGELOG.md b/CHANGELOG.md index 81dd88b..7b98013 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.2.2](https://github.com/SecurityRonin/shellitem/compare/shellitem-v0.2.1...shellitem-v0.2.2) - 2026-08-05 + +### Documentation + +- replace the unearned "fuzzed" claim with measured exec counts + +### Fixed + +- *(supply-chain)* trust our own crates instead of exempting them + ## [0.2.1](https://github.com/SecurityRonin/shellitem/compare/shellitem-v0.2.0...shellitem-v0.2.1) - 2026-07-25 ### Documentation diff --git a/Cargo.lock b/Cargo.lock index cf236ac..d3cc47e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -29,7 +29,7 @@ dependencies = [ [[package]] name = "shellitem" -version = "0.2.1" +version = "0.2.2" dependencies = [ "forensicnomicon", ] diff --git a/Cargo.toml b/Cargo.toml index 09949ed..806f001 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shellitem" -version = "0.2.1" +version = "0.2.2" edition = "2021" rust-version = "1.81" license = "Apache-2.0"