This is a quick hotfix release to address a regression in the mago_casing crate that was introduced in 0.13.0.
Bug Fixes 🐛
- Fixed incorrect casing for class names: In version 0.13.0, mago_casing was modified to support numbers within class names. However, this change inadvertently introduced a bug that allowed class names to start with a lowercase character. This has been corrected to ensure that class names are correctly cased according to the PSR-12 coding standard.
Build Fixes 🏗️
- Restored missing builds: Due to the regression in mago_casing, the 0.13.0 release was missing builds for macOS arm, Linux x86, Windows x86, and WASM. These builds have been restored in this release.
Full Changelog: 0.13.0...0.13.1