From 1d2f227068fd50f03009b66985064be44b8b367d Mon Sep 17 00:00:00 2001 From: Albert Hui Date: Sat, 25 Jul 2026 11:52:40 +0800 Subject: [PATCH] chore: release v0.4.1 --- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d853779..e1cb8c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.4.1](https://github.com/SecurityRonin/useract-forensic/compare/useract-forensic-v0.4.0...useract-forensic-v0.4.1) - 2026-07-25 + +### Documentation + +- *(readme)* align robustness wording with fleet standard (fuzzed + panic-free-by-lint pairing) +- use verbatim Apache-2.0 license text + +### Fixed + +- *(vet)* declare own crates first-party so version bumps don't break supply-chain audit +- *(ci)* make coverage gate honor // cov:unreachable + cover testable lines + ## [useract-forensic 0.3.1] — 2026-06-15 ### Added diff --git a/Cargo.lock b/Cargo.lock index b6f5133..b025f34 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -423,7 +423,7 @@ checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" [[package]] name = "useract-forensic" -version = "0.4.0" +version = "0.4.1" dependencies = [ "chrono", "forensicnomicon", diff --git a/Cargo.toml b/Cargo.toml index ecd6ada..3bd4310 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "useract-forensic" -version = "0.4.0" +version = "0.4.1" edition = "2021" rust-version = "1.81" license = "Apache-2.0"