1.1.0
It's been almost a year since Rokit 1.0.0 - this maintenance release adds compatibility with more tooling versions and artifacts, and updates Rokit's internal dependencies.
It's also the first Rokit release with native ARM64 support across all major platforms. Otherwise, nothing has changed. Rokit 1.0.0 and above remain as stable as ever.
To update to this version, run rokit self-update. 🚀
Added
- Added support for GitHub releases that use an
x.yversioning scheme such as the Luau CLI (#86) - Added an extra hint for ensuring PATH is up to date, and that tools are runnable, after
rokit install(#92)
Changed
- Improved artifact extraction for forked tools in specific circumstances (#82)
- Clarified messaging for subcommands when running
rokit --help