v2.8.2
Welcome to the release notes for Scarb v2.8.2
!
This release includes several bug fixes and new developments.
- Scarb publish support - Scarb now supports publishing packages to the registry! To upload a package to the official scarbs.xyz registry, you can now simply do
scarb publish
. The authentication token for the registry interactions can be obtained through the registry and provided by environmental variable. Please see the "Publishing" page in our documentation for more information. - Hidden line support in doc snippets - documentation generated with
scarb doc
now supports hidding code lines in Cairo code snippets. Thehighlight.js
highlighter modified for use withscarb doc
generated docs supports highligthing snippets with hidden lines. - Unnecessary registry downloads fix - Due to a bug in registry client implementation, some packages would end up being unnecessarly downloaded multiple times. Since this release, this should not happen no more.
Cairo Version
This version of Scarb comes with Cairo v2.8.2
.
What's Changed
- Update README.md by @mkaput in #1558
- Update cairo by @maciektr in #1559
- Bump slackapi/slack-github-action from 1.26.0 to 1.27.0 by @dependabot in #1567
- Bump deno_task_shell from 0.17.0 to 0.18.0 by @dependabot in #1569
- Bump the non-critical group with 4 updates by @dependabot in #1568
- Fix unnecessary downloads of cached registry packages by @DelevoXDG in #1571
- Update highlight.js / hidden line rust. by @wawel37 in #1566
- Rename
open_rw
->create_rw
by @DelevoXDG in #1573 - Update CODEOWNERS by @maciektr in #1575
- Add
cargo xtask set-cairo-version --path
by @mkaput in #1578 - Remove allow(dead_code) from scarb-doc by @maciektr in #1574
- Add package publish by @THenry14 in #1570
Full Changelog: v2.8.1...v2.8.2