v0.7.9

Michael-A-Kuykendall/shimmyv0.7.9May 8, 2026by jkelleyrtp

AI Summary

This release fixes a critical issue where `dx --version` displayed an outdated git SHA and `dioxus-cli` installed via cargo install lacked version information, preventing the self-update mechanism from functioning correctly.

Key Highlights

  • Fixed version reporting to use accurate git SHA
  • Fixed self-update functionality for cargo-installed CLI
  • Resolved issues preventing CLI version detection

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