v0.7.9
ekzhang/borev0.7.9May 8, 2026by jkelleyrtp
AI Summary
A patch release for Dioxus CLI that fixes version reporting issues, specifically ensuring `dx --version` displays the correct git SHA and `cargo install` builds include version numbers for self-update.
Key Highlights
- Fixes outdated git SHA in `dx --version` output
- Ensures `dioxus-cli` installed via `cargo install` has a version number
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