From 407d7ea39288b52195baf4a622db3b04a8e61d6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=20Karpel=C3=A8s?= Date: Sun, 7 Jun 2026 14:54:05 +0900 Subject: [PATCH] chore: release v0.4.13 --- CHANGELOG.md | 17 +++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec84aa0..5bd8875 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.13](https://github.com/KarpelesLab/fstool/compare/v0.4.12...v0.4.13) - 2026-06-07 + +### Added + +- *(shell)* add `get SRC [DEST]` — copy a file/dir out of the image to host +- *(shell)* --with-cache opt-in in-memory inode cache +- *(cli)* fstool dd — resilient raw block copy with live progress + +### Fixed + +- *(hfs+,fat32)* zero only metadata on format, not the whole device +- *(info)* drop stale "read support is scaffold-only" note (NTFS/F2FS/SquashFS) + +### Other + +- *(changelog)* move dd entry under [Unreleased] after v0.4.12 release + ### Added - *(shell)* new **`get SRC [DEST]`** command — copy a file or directory out of diff --git a/Cargo.lock b/Cargo.lock index 3482ee3..d9698d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -264,7 +264,7 @@ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" [[package]] name = "fstool" -version = "0.4.12" +version = "0.4.13" dependencies = [ "caseless", "clap", diff --git a/Cargo.toml b/Cargo.toml index d10ec96..1a1ef6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fstool" -version = "0.4.12" +version = "0.4.13" edition = "2024" # Bumped from 1.85 by the `purecrypto` dependency (encrypted-DMG crypto), # whose own MSRV is 1.95.