From 434273c48ee5d2a7dacd66be4a8ad7975ff6b983 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 20:41:27 +0000 Subject: [PATCH] chore: release v0.4.2 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9175298..1c0853d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.2](https://github.com/KarpelesLab/fstool/compare/v0.4.1...v0.4.2) - 2026-05-22 + +### Other + +- lib-level fuzz across 8 mutable backends +- *(ext)* cover multi-open_file_rw write extending file across drops + ## [0.4.1](https://github.com/KarpelesLab/fstool/compare/v0.4.0...v0.4.1) - 2026-05-22 ### Added diff --git a/Cargo.lock b/Cargo.lock index 2ddd6d7..0d35efa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -369,7 +369,7 @@ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" [[package]] name = "fstool" -version = "0.4.1" +version = "0.4.2" dependencies = [ "aes", "bzip2-rs", diff --git a/Cargo.toml b/Cargo.toml index 0bf7985..0e8d8d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fstool" -version = "0.4.1" +version = "0.4.2" edition = "2024" rust-version = "1.85" description = "Build disk images and filesystems (ext2/3/4, MBR, GPT) from a directory tree and TOML spec, in the spirit of genext2fs."