Skip to content

Releases: THernandez03/d

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 29 Jun 05:58
c85609b

0.7.0 (2026-06-29)

Features

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

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 24 May 08:41
954af9f

0.6.0 (2026-05-24)

Features

  • ✨ Colored help, -H/-v aliases, styled info/uninstall (639bef8)
  • add binary releases and install.sh (e1afc3f)
  • colorized install messages; fix uninstall() return type (41ec267)
  • display from/to version during activation (a929fc6)
  • initial Deno version manager implementation (bb61a9b)
  • restructure CLI, add Makefile, update README (7c53ef9)
  • skip activation when version is already active (92d43fc)
  • use dl.deno.land URLs and add nightly/edge aliases to canary channel (cd130fa)

Bug Fixes

  • 🐛 Strip name prefix from self-update version tag (5306d67)
  • remove stale uninstall tests, fix needless borrow in install.rs (268493f)
  • resolve canary to canary-{sha} for stable cache key (edaa4fe)
  • run tests single-threaded to avoid env-var data race between modules (db721da)

Documentation

  • 📝 Document prune --force and uninstall --yes flags (0bed769)
  • 📝 Document zsh 'd' alias conflict and unalias d fix (3f62ba1)
  • add related projects section (365db4f)

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 24 May 06:54
92e6173

0.4.0 (2026-05-24)

Features

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

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:23
feat: add binary releases and install.sh