Skip to content

0.6.0-alpha.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jul 12:04
· 846 commits to main since this release
3e485db

Scarb 0.6.0-alpha.0

Welcome to the release notes for the first Scarb 0.6.0 line release! As Cairo 2.1.0-rc0 has been released, we are doing next major version bump.

There are no user-visible changes to Scarb itself in this release, but we did a lot of improvements to documentation and to our internal workflows this cycle.

Cairo version

This version of Scarb comes with Cairo v2.1.0-rc0.

What's Changed

  • Extract CommandExt to support module by @mkaput in #470
  • Split tests into many binaries and move support module to a separate crate by @mkaput in #471
  • Partition tests using nextest by @mkaput in #472
  • Make CI workflow run on Linux only by @mkaput in #473
  • Temporarily remove asdf plugin add scarb until it will work by @mkaput in #476
  • Update CI docs page by @mkaput in #477
  • Mention ASDF installation on the home page by @mkaput in #478
  • Do not run Scarb CI on website-only changes by @mkaput in #479
  • Ensure everything required is passing for branch protection by @mkaput in #480
  • Partially revert recent CI changes and consolidate all CI workflows into one by @mkaput in #481
  • Fix lints reported by Clippy 1.71 by @mkaput in #484
  • Update guides to latest changes in ecosystem by @mkaput in #485
  • Upgrade Cairo to 2.1.0-rc0 by @mkaput in #486

Full Changelog: v0.5.2...v0.6.0-alpha.0