Welcome to the release notes for Scarb v2.19.0-rc.0!
This release upgrades Cairo to v2.19.0-rc.0 and brings several improvements to scarb doc and build
tooling.
Cairo Version
This version of Scarb comes with Cairo
v2.19.0-rc.0.
What's Changed
- Support runnable code blocks in docs by @maciektr in #2983
- Run doc examples in parallel by @maciektr in #3031
- Add cli flag for printing runnable code blocks output by @maciektr in #3107
- Run doc tests across whole workspace at once by @maciektr in #3108
- Skip proc macro packages in scarb-doc with warning by @maciektr in #3110
- Implement warning about unknown fields by @Arcticae in #3098
- Parallelize scarb check execution by @maciektr in #3121
- Add type names debug info by @piotmag769 in #3126
- Various dependency bumps by @dependabot[bot]
Full Changelog: v2.18.0...v2.19.0-rc.0