Welcome to the release notes for Scarb v2.14.0!
This release:
- Promotes Scarb
2.14.0-rc.0to stable release. - Changes the default project template created with
scarb new. Note, that this change may breake compatibility withsnforge newin older Starknet Foundry versions. In such cases, please upgrade Starknet Foundry to latest version, or create new projects withscarb new, choosing Starknet Foundry test runner. - Introduces better handling of visbility of reexported items in Scarb doc.
Cairo Version
This version of Scarb comes with Cairo v2.14.0.
What's Changed
- Remove 'seconds' from test assert by @maciektr in #2861
- doc- suppress mdbook info for not md output format by @FroyaTheHen in #2858
- check for doc hidden in reeeksports, handle reeksported macro calls @FroyaTheHen in #2866
- Bump the non-critical group with 11 updates by @dependabot in #2871
- Properly delete Scarb managed cache in tests by @maciektr in #2863
- Rename quick_snapbox to quick_command in test setup, following underlying impl change by @maciektr in #2867
- Migrate github macos runners to newer versions by @maciektr in #2868
- Update Scarb new template by @maciektr in #2841
- Check absolute path for existence in scarb new by @maciektr in in #2878
Full Changelog: v2.14.0-rc.0...v2.14.0