v2.4.0-rc1
Pre-release
Pre-release
github-actions
released this
09 Nov 17:33
·
520 commits
to main
since this release
Warning
This version is not supported on Starknet! If you want to develop contracts deployable to current Starknet, please stick with Scarb v2.3.1
Welcome to the release notes for Scarb v2.4.0-rc1
! This quick release is primarily a Cairo upgrade.
Cairo Version
This version of Scarb comes with Cairo v2.4.0-rc1
.
What's Changed
- Add scheduled tests job by @maciektr in #864
- Fix cfg target spec in cargo toml by @maciektr in #868
- Add silent option to full tests action by @maciektr in #867
- Fix edition test: path match on windows by @maciektr in #872
- Fix: unify path_in_vcs format accross target os by @maciektr in #873
- Fix failing packaging tests on windows by @szymmis in #876
- Add note about symlinks tests on windows by @maciektr in #874
- Update Cairo revision by @maciektr in #877
- Disable fail-fast in full tests check job by @maciektr in #879
- Write edition to manifest on scarb new by @maciektr in #878
- Document edition field in manifest by @maciektr in #881
- Fix source path display on windows by @maciektr in #885
- Throw an error in
scarb package
with non-[lib]
packages by @tomek0123456789 in #856 - Prepare
scarb-metadata
release1.9.0
by @maciektr in #890 - Use latest edition for scarb new by @maciektr in #888
- Ignore tests failing as of #883 by @maciektr in #884
- Prepare release
2.4.0-rc1
by @maciektr in #891
New Contributors
- @tomek0123456789 made their first contribution in #856
Full Changelog: v2.3.0-rc1...v2.4.0-rc1