diff --git a/CHANGELOG.md b/CHANGELOG.md index 91554d8..869a223 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,14 @@ # Changelog -## [unreleased] +## [0.1.1] - 2026-05-30 ### Features - Add doctor subcommand for read-only optimization audit ([#2](https://github.com/cs50victor/fast-rust-dev/pull/2)) +- Generate changelog and release notes from commits via git-cliff ([#3](https://github.com/cs50victor/fast-rust-dev/pull/3)) +- Interactive disk reclaim via scoped sweep and leftover-target purge ([#5](https://github.com/cs50victor/fast-rust-dev/pull/5)) + +### Refactor +- Render CLI through cliclack with themed cards and live job tails ([#4](https://github.com/cs50victor/fast-rust-dev/pull/4)) ## [0.1.0] - 2026-05-30 diff --git a/Cargo.lock b/Cargo.lock index 90f83ed..dcc1acb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -255,7 +255,7 @@ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" [[package]] name = "frd" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index cf77818..1c392aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "frd" -version = "0.1.0" +version = "0.1.1" edition = "2024" description = "Speed up local Rust builds and shrink target/ with interactive cargo and profile tuning" license = "MIT" diff --git a/README.md b/README.md index 5a3d17b..16d9439 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,6 @@ `target/`-shrinking changes one at a time. Accept or skip each; it changes nothing without your approval. -Runs on macOS, Linux, and Windows. macOS gets the full catalog; elsewhere `frd` shows -only the suggestions that fit (the `split-debuginfo` tweak, for one, is macOS-only). - ## Install Prebuilt binary (no compile), via [cargo-binstall](https://github.com/cargo-bins/cargo-binstall):