diff --git a/CHANGELOG.md b/CHANGELOG.md index 396af17..d98ddbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.5](https://github.com/SecurityRonin/udf-forensic/compare/udf-forensic-v0.2.4...udf-forensic-v0.2.5) - 2026-08-04 + +### Fixed + +- *(lba)* GREEN - check the address arithmetic the image chooses + ## [0.2.4](https://github.com/SecurityRonin/udf-forensic/compare/udf-forensic-v0.2.3...udf-forensic-v0.2.4) - 2026-07-24 ### Documentation diff --git a/Cargo.lock b/Cargo.lock index bbb7308..649b461 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -136,7 +136,7 @@ dependencies = [ [[package]] name = "udf-forensic" -version = "0.2.4" +version = "0.2.5" dependencies = [ "forensic-vfs", "forensicnomicon", diff --git a/Cargo.toml b/Cargo.toml index 84d85bd..7b79e82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "udf-forensic" -version = "0.2.4" +version = "0.2.5" edition = "2021" rust-version = "1.85" license = "Apache-2.0"