v2.8.5
Welcome to the release notes for Scarb v2.8.5
!
The primary aim of this release is to bring Cairo compiler fix release.
New developments included
- Support packaging cairo-plugins - Scarb can now be called with
scarb package
andscarb publish
on a package, that implements procedural macros. - Support enabling features when compiling integration tests - This release fixes a bug, because of which selected features have not been enabled on main package of integration tests.
Cairo Version
This version of Scarb comes with Cairo v2.8.5
.
What's Changed
- Support packaging cairo-plugins by @DelevoXDG in #1605
- Enable features for main package during integration tests compilation by @DelevoXDG in #1646
- Fix packaging plugins when --no-verify is passed by @DelevoXDG in #1643
- Doc fix - procedural macros by @wawel37 in #1651
- Doc typo fix - Publishing to registry by @DelevoXDG in #1654
- Stop using process:exit for error code handling by @maciektr in #1652
- Add CI to publish builtin plugins by @DelevoXDG in #1648
- Return ExitCode instead of process:exit() in extensions by @maciektr in #1667
- Update mermaid dependency by @maciektr in #1671
Full Changelog: v2.8.4...v2.8.5