Skip to content

v2.20.1

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Aug 12:39
· 8 commits to main since this release
dd18779

Cairo release notes ➡️

Welcome to the release notes for Scarb v2.20.1!
This release brings your package's documentation to the registry: scarb publish now builds and uploads it automatically, and a new scarb publish-docs command lets you manage it on its own.

Publish Your Package Docs

scarb publish now builds your package's documentation and uploads it alongside your package by default, so it becomes browsable on docs.scarbs.xyz right next to the published version. Pass --no-docs if you'd rather skip this and publish without docs.

Need to update or re-upload docs on their own — say, after fixing a typo without cutting a new package version? The new scarb publish-docs command handles that independently, and takes --force to overwrite docs already uploaded for that version.

Cairo Version

This version of Scarb comes with Cairo v2.20.0.

What's Changed

What's Changed

Full Changelog: v2.20.0...v2.20.1