From 1bf93df223cf6ada20f53aa0c0a7106b731963f2 Mon Sep 17 00:00:00 2001 From: "Victor A." <52110451+cs50victor@users.noreply.github.com> Date: Sat, 30 May 2026 16:25:06 -0700 Subject: [PATCH 1/2] chore: bump version to 0.1.1 and trim cross-platform note from README --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 3 --- 3 files changed, 2 insertions(+), 5 deletions(-) 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): From f0d3eb05f573a214dc61bbe17aeb781785ee5e27 Mon Sep 17 00:00:00 2001 From: "Victor A." <52110451+cs50victor@users.noreply.github.com> Date: Sat, 30 May 2026 16:34:45 -0700 Subject: [PATCH 2/2] chore(release): v0.1.1 --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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