Skip to content

Releases: script3/soroban-fixed-point-math

v1.5.0

26 Jan 19:10
c85960e

Choose a tag to compare

What's Changed

Full Changelog: v1.4.1...v1.5.0

v1.4.1

26 Jan 18:53
0afac18

Choose a tag to compare

What's Changed

  • fix: better edge case handling and test suite improvements by @mootz12 in #9
  • Allow any version of protocol 23 Soroban SDK

Full Changelog: v1.4.0...v1.4.1

v1.3.1

26 Jan 19:01
c80b36a

Choose a tag to compare

What's Changed

  • fix: better edge case handling and test suite improvements by @mootz12 in #9
  • Allow any protocol 22 version of the soroban SDK

Full Changelog: v1.3.0...v1.3.1

v1.4.0

06 Oct 18:36
3b8ea42

Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0

v1.3.0

07 Dec 16:06
062517b

Choose a tag to compare

What's Changed

  • chore: upgrade soroban-sdk version by @mootz12 in #5

Full Changelog: v1.2.0...v1.3.0

v1.2.0

01 Nov 17:52
f7cb95b

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.2.0

v1.1.1 (Protocol 21 update)

25 Jun 21:00
37bd26c

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.1.1

v1.1.0

17 Apr 18:52
462c7c1

Choose a tag to compare

What's Changed

  • feat: update SorobanFixedPoint interface to prevent excess clone calls by @mootz12 in #1

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

06 Dec 21:47

Choose a tag to compare

Release a Soroban focused fixed point math library with support for:

  • i64, u64
  • i128, u128
  • I256, U256