Skip to content

Releases: software-mansion/scarb

v2.17.0-rc.2

18 Mar 14:10
4c369f4

Choose a tag to compare

v2.17.0-rc.2 Pre-release
Pre-release

What's Changed

New Contributors

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

v2.16.1

11 Mar 18:36
f76cd18

Choose a tag to compare

Cairo release notes ➡️

Welcome to the release notes for Scarb v2.16.1!

This release:

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

Cairo Version

This version of Scarb comes with Cairo v2.16.1.

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

v2.16.1-rc.0

09 Mar 22:54
ac41d70

Choose a tag to compare

v2.16.1-rc.0 Pre-release
Pre-release

Cairo release notes ➡️

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

This release upgrade Cairo version to v2.16.1-rc.0 release.

This release introduces a fix for a bug that could cause warnings from your code to be silenced by compiler on some projects while compiling with incremental compilation.

Cairo Version

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

What's Changed

  • Fix incorrectly overwritten warnings flag for crates by @maciektr in #3017

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

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