Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
Loading