Skip to content

Releases: FuelLabs/sway

v0.3.3

27 Jan 23:36
441ab12
Compare
Choose a tag to compare

What's Changed

Adding tests for mint and burn by @nfurfaro in #679
Fix new lints from the latest clippy by @Dentosal in #696
Fix unhelpful error found when there is an unimplemented feature. by @emilyaherbert in #700
feature to uwu-ify compile errors and warnings by @sezna in #714

v0.3.2

27 Jan 23:13
3012191
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

v0.3.1

23 Jan 17:20
d9b5a11
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

19 Jan 00:52
b81eee7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.1...v0.3.0

v0.2.1

07 Jan 19:42
a790fd7
Compare
Choose a tag to compare

Changelog

Many PRs have gone in, but if you're just tuning in for the major changes, here they are!

  1. Fix a bug related to importing trait implementations with a star import (#588)
  2. Match expressions and pattern matching on structs and tuples (#573)
  3. Tuple types (#399)
  4. Multi-item import statements (#584)

Note that let pattern matching is not yet implemented, but is coming soon. So, the following statement does not work yet:

let (x, y) = (true, false);

This is coming soon!

v0.2.0

06 Jan 23:05
3847927
Compare
Choose a tag to compare

this release was not published to crates.io

v0.1.9

30 Dec 03:19
6fe6354
Compare
Choose a tag to compare
Bump to 0.1.9 (#536)

v0.1.8

30 Dec 02:00
6fd0bc0
Compare
Choose a tag to compare
Add note to install fuel-core deps. (#533)

v0.1.7

29 Dec 20:02
4038415
Compare
Choose a tag to compare
Search all namespaces for implemented traits, not just the local one …

…(#532)

* Search all namespaces for implemented traits, not just the local one

* add json abi oracle

* fix oracle...

v0.1.6

28 Dec 22:42
a38a89a
Compare
Choose a tag to compare
Bump to v0.1.6. (#525)