Skip to content

Releases: THernandez03/r

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 29 Jun 06:10
2129cdc

0.7.0 (2026-06-29)

Features

  • ✨ Gold-colored version manager and program names in output (7c2ff6d)

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 24 May 08:41
bbfe287

0.6.0 (2026-05-24)

Features

  • ✨ Colored help, -H/-v aliases, styled info/uninstall (3b9cf7c)
  • initial release (b557101)
  • restructure CLI, add Makefile, update README (6c2f70c)

Bug Fixes

  • 🐛 Strip name prefix from self-update version tag (070c6ae)
  • remove stale uninstall tests, fix needless borrow in install.rs (858a459)
  • run tests single-threaded to avoid env-var data race between modules (4fb7b9d)

Documentation

  • 📝 Document prune --force and uninstall --yes flags (e72f3ae)
  • 📝 Document zsh 'r' alias conflict and unalias r fix (8b00475)
  • add related projects section (67b534f)

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 24 May 06:54
43c41b3

0.4.0 (2026-05-24)

Features

  • ✨ Add --force to prune and --yes/-y to uninstall (970a1c0)

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 19 May 05:25
release: 🔖 v0.3.1

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 19 May 03:31
release: 🔖 Bump version to v0.3.0

- Standardize README: add missing How It Works and Version Aliases sections
- Add ANSI colors to install.sh (cyan info, green success, red errors)
- Bump version from 0.2.0 to 0.3.0

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 18 May 22:22
feat: initial release