Skip to content

Releases: malik672/uniswap-sdk-core-rust

latest

15 Jan 12:45
52dff9d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.0...v0.11.0

latest

11 Jan 19:15
186b62a
Compare
Choose a tag to compare

What's Changed

  • Upgrade alloy-primitives dependency to 0.6.0 and refactor fraction im… by @shuhuiluo in #33

Full Changelog: v0.9.1...v10.0

v0.9.1

11 Jan 18:40
02e20a2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.9.1

latest

11 Jan 12:52
6854032
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.9.0

latest

10 Jan 18:25
6a2fcea
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7...v0.8.0

latest

05 Jan 09:18
8253a83
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.0...0.7

latest

01 Jan 13:00
5bb6e79
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...0.6.0

latest

30 Dec 12:27
f52d1f7
Compare
Choose a tag to compare
latest Pre-release
Pre-release

This patch updates includes bigdecimal as a dependency, replacing the previous rust_decimal. The major change involves the update in the Fraction and CurrencyAmount where BigDecimal is now used for calculations instead of Decimal from rust_decimal.

What's Changed

  • make clippy happy and add ci for linting by @shuhuiluo in #17
  • replace rust_decimal with bigdecimal for arbitrary precision by @shuhuiluo in #18

Full Changelog: v0.4.0...v0.5.0

initial release

26 Dec 15:12
2736bd1
Compare
Choose a tag to compare
initial release Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: https://github.com/malik672/uniswap-sdk-core-rust/commits/v0.4.0