v0.7.9
charmbracelet/crushv0.7.9May 8, 2026by jkelleyrtp
AI Summary
This release fixes critical versioning issues where the CLI would report an outdated git SHA or no version at all when installed via cargo install, which prevents the self-update mechanism from functioning properly.
Key Highlights
- Fix `dx --version` using outdated git SHA
- Fix missing version string for `cargo install` builds
- Ensure self-update mechanism functions correctly
Full Release Notes
This release fixes an issue where `dx --version` would use an outdated git SHA, and `dioxus-cli` installed from `cargo install` would not have a version at all, preventing `self-update` from functioning properly. **Full Changelog**: https://github.com/DioxusLabs/dioxus/compare/v0.7.8...v0.7.9