Mago 1.0.0-beta.2
Release Notes
This is a small bug-fix release that addresses an issue discovered shortly after the first beta.
What's Fixed
mago init
Generates Correct Configuration: Themago init
command was generating amago.toml
file with outdatedsnake_case
keys (e.g.,print_width
). This has been corrected, and the command now generates the properkebab-case
keys (e.g.,print-width
), ensuring that newly initialized projects work correctly without any manual file editing.
Full Changelog: 1.0.0-beta.1...1.0.0-beta.2