From 032bd55198e5a7bda80ffc38629e12e0c2727572 Mon Sep 17 00:00:00 2001 From: Albert Hui Date: Mon, 10 Aug 2026 03:23:07 +0800 Subject: [PATCH] chore: release v0.2.3 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b98013..03642f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.2.3](https://github.com/SecurityRonin/shellitem/compare/shellitem-v0.2.2...shellitem-v0.2.3) - 2026-08-09 + +### Fixed + +- *(gitignore)* unanchor the target rule so nested cargo projects are ignored + ## [0.2.2](https://github.com/SecurityRonin/shellitem/compare/shellitem-v0.2.1...shellitem-v0.2.2) - 2026-08-05 ### Documentation diff --git a/Cargo.lock b/Cargo.lock index d3cc47e..01b1140 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -29,7 +29,7 @@ dependencies = [ [[package]] name = "shellitem" -version = "0.2.2" +version = "0.2.3" dependencies = [ "forensicnomicon", ] diff --git a/Cargo.toml b/Cargo.toml index 806f001..84c44b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shellitem" -version = "0.2.2" +version = "0.2.3" edition = "2021" rust-version = "1.81" license = "Apache-2.0"