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