Welcome to the release notes for Scarb v2.12.2
!
The release introduces couple of fixes, improved cache handling, adds file embeddings support to scarb doc .
cache handling
Enhanced cache file handling by delaying creation until the cache is ready, securing file access with locks during reads, appending component names to cache traces, and ensuring cache fingerprint files are written after the cache itself.
scarb doc
Support mdbook file embedding syntax, updated mdbook features related documentation.
fixes
- inline macro diagnostics
- table formatting in scarb doc generated summary page.
Cairo Version
This version of Scarb comes with Cairo v2.12.2
.
What's Changed
- Fix spans in inline macros by @maciektr in #2599
- feat: minor adjustment file embeding support in scarb doc, update docs by @FroyaTheHen in (#2608)
- Run xtask on stable rust by @maciektr in #2616
- Make incremental cache file handling more defensive by @maciektr in #2601
Full Changelog: v2.12.1...v2.12.2