From 7c5f9890471c434676bd9b84004b762e10545f47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=20Karpel=C3=A8s?= Date: Sun, 7 Jun 2026 15:04:49 +0900 Subject: [PATCH] chore: release v0.4.14 --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d97e09..39fcce9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.14](https://github.com/KarpelesLab/fstool/compare/v0.4.13...v0.4.14) - 2026-06-07 + +### Fixed + +- *(xfs)* empty `create` failed with "flush_writes called before begin_writes()" + +### Other + +- *(changelog)* move xfs fix to [Unreleased], drop release-plz dup blocks + ### Fixed - *(xfs)* `create --type xfs` of an **empty** volume failed with `xfs: diff --git a/Cargo.lock b/Cargo.lock index d9698d8..4c43911 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -264,7 +264,7 @@ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" [[package]] name = "fstool" -version = "0.4.13" +version = "0.4.14" dependencies = [ "caseless", "clap", diff --git a/Cargo.toml b/Cargo.toml index 1a1ef6e..06edd7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fstool" -version = "0.4.13" +version = "0.4.14" edition = "2024" # Bumped from 1.85 by the `purecrypto` dependency (encrypted-DMG crypto), # whose own MSRV is 1.95.