v0.20.0
What's Changed
- Fix incorrect native asset URL in README by @BladeRunner713 in #213
- Deploy generated docs to github pages by @bitzoic in #215
- Fix github pages error by @bitzoic in #216
- add total_assets_only_incremented_once test by @SwayStar123 in #217
- Remove Workspaces by @bitzoic in #224
- Introduce the Sway-Libs Book by @bitzoic in #225
- Change
sway_libs::asset::mint::*
tosway_libs::asset::supply::*
by @bitzoic in #227 - Fix Sway-Libs Book Links in README by @bitzoic in #229
- chore: fix some typos in comments by @laterlaugh in #234
- Additional Ownership Lib Tests by @bitzoic in #231
- Bump to forc v0.53.0 by @bitzoic in #226
Breaking Changes
- All libraries are now imported using a single import:
sway_libs = { git = "https://github.com/FuelLabs/sway-libs", tag = "v0.20.0" }
From there you may import your specific library:
use sway_libs::asset::base::*;
- The
asset::mint
import is nowasset::supply
New Contributors
- @laterlaugh made their first contribution in #234
Full Changelog: v0.19.0...v0.20.0