Skip to content

Releases: software-mansion/scarb

v2.17.0-rc.1

19 Feb 16:49
eae061d

Choose a tag to compare

v2.17.0-rc.1 Pre-release
Pre-release

Cairo release notes ➡️

Welcome to the release notes for Scarb v2.17.0-rc.1!

This release:

  • Reverts a new lint added by v2.17.0-rc.0, which fails quality control checks.

Cairo Version

This version of Scarb comes with Cairo v2.17.0-rc.0.

What's Changed

Full Changelog: v2.17.0-rc.0...v2.17.0-rc.1

v2.17.0-rc.0

18 Feb 23:54
3ae2b64

Choose a tag to compare

v2.17.0-rc.0 Pre-release
Pre-release

Cairo release notes ➡️

Welcome to the release notes for Scarb v2.17.0-rc.0!

This release:

  • Upgrades Cairo to v2.17.0-rc.0 release.

Cairo Version

This version of Scarb comes with Cairo v2.17.0-rc.0.

What's Changed

Full Changelog: v2.16.0...v2.17.0-rc.0

v2.16.0

18 Feb 23:09
231227f

Choose a tag to compare

Cairo release notes ➡️

Welcome to the release notes for Scarb v2.16.0!

This release:

  • Promotes Scarb 2.16.0-rc.0 to stable release.

Cairo Version

This version of Scarb comes with Cairo v2.16.0.

Full Changelog: v2.16.0-rc.0...v2.16.0

v2.16.0-rc.0

18 Feb 23:20
9a2b9c4

Choose a tag to compare

v2.16.0-rc.0 Pre-release
Pre-release

Cairo release notes ➡️

Welcome to the release notes for Scarbv2.16.0-rc.0!

Linking to the source code VCS repository

You can add "View source" links in generated docs that point to your VCS repository. There are two ways to enable linking:

  1. Manifest repository field — if Scarb.toml specifies a repository URL and Scarb can discover the Git repo, links are composed automatically.
  2. Explicit base URL — pass --remote-base-url=<url> (or SCARB_DOC_REMOTE_BASE_URL). Scarb appends the relative file path and line anchor automatically, e.g.:
    https://github.com/Owner/Project/blob/branch/hello_world/src/lib.cairo#L10-L15

The --remote-base-url takes precedence over the manifest field.
To disable linking, use --disable-remote-linking.

See more in our documentation.

Cairo Version

This version of Scarb comes with Cairo v2.16.0-rc.0.

What's Changed

Full Changelog: v2.15.2...v2.16.0-rc.0

v2.15.2

12 Feb 09:50
cae865d

Choose a tag to compare

Cairo release notes ➡️

Welcome to the release notes for Scarb v2.15.2!

This version brings an important fix for derive proc macros being ignored in some cases during the dispatch and some minor fixes.

Cairo Version

This version of Scarb comes with Cairo v2.15.0.

Full Changelog: v2.15.0...v2.15.2

v2.15.1

13 Jan 17:08
e221b6a

Choose a tag to compare

Cairo release notes ➡️

Welcome to the release notes for Scarb v2.15.1!

This release brings a fix to a bug that caused Scarb dependency resolver to pull transient dev dependencies for crates from the scarbs.xyz registry.

Cairo Version

This version of Scarb comes with Cairo v2.15.0.

Full Changelog: v2.15.0...v2.15.1

v2.15.0

19 Dec 18:13
56d7d30

Choose a tag to compare

Cairo release notes ➡️

Welcome to the release notes for Scarb v2.15.0!

This release:

  • Promotes Scarb 2.15.0-rc.1 to stable release.

Cairo Version

This version of Scarb comes with Cairo v2.15.0.

Full Changelog: v2.15.0-rc.1...v2.15.0

v2.15.0-rc.1

18 Dec 20:19
015299a

Choose a tag to compare

v2.15.0-rc.1 Pre-release
Pre-release

Cairo release notes ➡️

Welcome to the release notes for Scarb v2.15.0-rc.1!

This release upgrade Cairo version to v2.15.0-rc.1 release.

Cairo Version

This version of Scarb comes with Cairo v2.15.0-rc.1.

Full Changelog: v2.15.0-rc.0...v2.15.0-rc.1

v2.15.0-rc.0

17 Dec 08:59
3babaa0

Choose a tag to compare

v2.15.0-rc.0 Pre-release
Pre-release

Cairo release notes ➡️

Welcome to the release notes for Scarb v2.15.0-rc.0!

  • The doc(hidden) attribute is now respected when creating a documentation of reexported items.
  • A new key add-functions-debug-info is added to the cairo section in Scarb manifest.
  • The unstable_* prefix is removed from keys in cairo section of Scarb manifest file, the keys with prefixes are kept as aliases.

Cairo Version

This version of Scarb comes with Cairo v2.15.0-rc.0.

What's Changed

Full Changelog: v2.14.0...v2.15.0-rc.0

v2.14.0

25 Nov 20:03
682b29e

Choose a tag to compare

Cairo release notes ➡️

Welcome to the release notes for Scarb v2.14.0!

This release:

  • Promotes Scarb 2.14.0-rc.0 to stable release.
  • Changes the default project template created with scarb new. Note, that this change may breake compatibility with snforge new in older Starknet Foundry versions. In such cases, please upgrade Starknet Foundry to latest version, or create new projects with scarb 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

Full Changelog: v2.14.0-rc.0...v2.14.0