Releases: THernandez03/d
Releases · THernandez03/d
Release list
v0.7.0
v0.6.0
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
v0.4.0
v0.3.1
v0.3.0
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
feat: add binary releases and install.sh