From 5088a5c491fc8bea07f5aa193f6210f6d17ceb47 Mon Sep 17 00:00:00 2001 From: Albert Hui Date: Mon, 10 Aug 2026 03:06:37 +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 7ae92e0..310d65a 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.3](https://github.com/SecurityRonin/forensic-hashdb/compare/forensic-hashdb-v0.2.2...forensic-hashdb-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/forensic-hashdb/compare/forensic-hashdb-v0.2.1...forensic-hashdb-v0.2.2) - 2026-08-08 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 1233134..cba4df9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -32,7 +32,7 @@ checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6" [[package]] name = "forensic-hashdb" -version = "0.2.2" +version = "0.2.3" dependencies = [ "memmap2", "tempfile", diff --git a/Cargo.toml b/Cargo.toml index 36991e8..59d0eb3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ [package] name = "forensic-hashdb" -version = "0.2.2" +version = "0.2.3" edition = "2021" rust-version = "1.75" license = "Apache-2.0"