v0.5.0
What's Changed
- UFP64 by @rostyslavtyshko in #31
- Remove SDK vec comment from README by @bitzoic in #59
- Update the CI versions by @rostyslavtyshko in #63
- Update README for new versions by @bitzoic in #64
- Unused variables and private functions used - Fix by @SwayStar123 in #60
- UFP128 by @rostyslavtyshko in #32
- Refactor the tests folder to use workspaces by @bitzoic in #73
- Check rust formatting in the ci by @bitzoic in #74
- Add Contributing book for repo by @bitzoic in #75
- Add Simon as code owner by @bitzoic in #77
- Storagemapvec by @SwayStar123 in #58
- add missing keyword 'use' in library import example by @mehtavishwa30 in #79
- Contract Owner Library by @bitzoic in #76
- Refactor libraries into their own pkgs under a
libs
workspace by @mitchmindtree in #78
New Contributors
- @SwayStar123 made their first contribution in #60
- @mehtavishwa30 made their first contribution in #79
- @mitchmindtree made their first contribution in #78
Full Changelog: v0.4.1...v0.5.0
Breaking Changes
- This release will break downstream packages that currently depend on sway-libs as a single library. The README has been updated to demonstrate the new approach for importing libraries from the sway-libs repo.