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
- Drop external echo server dependency by @maciektr in #3225
- Docs publish by @hakiers in #3218
- Docs publish tests by @hakiers in #3221
- Scarb publish-docs command by @hakiers in #3223
- Tests for publish_docs by @hakiers in #3224
Full Changelog: v2.20.0...v2.20.1