diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b98013..a1f9f58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.3](https://github.com/SecurityRonin/shellitem/compare/shellitem-v0.2.2...shellitem-v0.2.3) - 2026-08-20 + +### Fixed + +- *(msrv)* lower the declared floor to 1.75, which is the measured one ([#13](https://github.com/SecurityRonin/shellitem/pull/13)) +- *(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 5aa4dab..836cadb 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.75" license = "Apache-2.0"