From 981ec3a2d6839c8b337f945f93a6e3e40437aa04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=20Karpel=C3=A8s?= Date: Wed, 2 Sep 2026 01:01:57 +0900 Subject: [PATCH] chore: release v0.4.24 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9440d3..f2ff6b8 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.4.24](https://github.com/KarpelesLab/fstool/compare/v0.4.23...v0.4.24) - 2026-09-01 + +### Other + +- keep the CLI's dependencies out of library consumers + ### Changed - *(cargo)* the CLI's dependencies no longer reach library consumers. `clap` diff --git a/Cargo.toml b/Cargo.toml index aad6a3e..e98a268 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fstool" -version = "0.4.23" +version = "0.4.24" edition = "2024" # Floor is the edition-2024 minimum (1.85) bumped to 1.88 by the # `purecrypto` dependency (encrypted-DMG crypto), whose MSRV is 1.88 as of