From cfae8d7434f7785aac29e6ace7706d580c473227 Mon Sep 17 00:00:00 2001 From: Albert Hui Date: Thu, 6 Aug 2026 05:23:51 +0800 Subject: [PATCH] chore: release v0.2.2 --- 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 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"