Skip to content

Releases: FuelLabs/sway-libs

beta-5

25 Jan 13:46
8d196e9
Compare
Choose a tag to compare

What's Changed

  • Bump Sway-Libs to forc v0.49.1 by @bitzoic in #209
  • Formalize Asset and Coin Terminology in Sway Libraries by @bitzoic in #208

Full Changelog: v0.17.2...beta-5

v0.17.2

07 Dec 09:40
5d69f66
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.17.1...v0.17.2

v0.17.1

28 Nov 07:04
ad2f935
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.17.0...v0.17.1

v0.17.0

21 Nov 07:46
c1813e1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.16.0...v0.17.0

v0.16.0

16 Nov 08:47
a585660
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.15.0...v0.16.0

v0.15.0

04 Oct 09:16
5257dc7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.14.0...v0.15.0

v0.14.0

15 Sep 09:32
6847dd9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.1...v0.14.0

v0.13.1

31 Aug 11:55
f5faa2c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.0...v0.13.1

v0.13.0

22 Aug 13:13
3c6c933
Compare
Choose a tag to compare

What's Changed

  • Add Queue to source readme and logo by @bitzoic in #175
  • Update signed to unsigned in Unsigned Fixed Point inline docs by @bitzoic in #176
  • Update merkle proof library to meet SRC-2 Inline Docs standard by @bitzoic in #179
  • Update reentrancy to meet SRC-2 inline docs standard by @bitzoic in #181
  • Update ownership to follow new standards by @bitzoic in #180
  • Update Fixed Point library to meet SRC-2 inline docs standard by @bitzoic in #183
  • Update Queue to meet SRC-2 Inline Docs standards by @bitzoic in #184
  • Update signed integers library to SRC-2 inline docs standard by @bitzoic in #182
  • Bump to forc 0.44.1 by @bitzoic in #185

Full Changelog: v0.12.0...v0.13.0

v0.12.0

05 Jul 09:22
063f118
Compare
Choose a tag to compare

What's Changed

  • Update Merkle Proof library to use new fuel-merkle repo by @bitzoic in #167
  • Queue Documentation and Specification by @brandonsurh in #168
  • Refactor to use From trait for String by @bitzoic in #171
  • Remove String and StorageString from sway-libs by @bitzoic in #174

New Contributors

Breaking

  • The String and StorageString types now live in the std-lib.
    • These can easily be used by changing the import to use std::string::String and use std::storage::storage_string::StorageString respectively.
    • Note: Push and pop functionality is no longer available with these new types.

Full Changelog: v0.11.0...v0.12.0