Skip to content

Releases: paupino/rust-decimal

1.35.0

27 Mar 01:38
f0abf16
Compare
Choose a tag to compare

What's Changed

  • Replace feature-guarded dependencies on 'postgres' and 'tokio_postgres' with 'postgres_types' by @the-kenny in #651
  • Fixes issue with overflow for Postgres by @paupino in #653

New Contributors

Full Changelog: 1.34.3...1.35.0

1.34.3

10 Feb 21:05
c5d4afe
Compare
Choose a tag to compare

What's Changed

  • Prevent scale of 29 when hydrating from unbound numeric data types in Postgresql by @paupino in #647
  • Version 1.34.3 by @paupino in #648

Full Changelog: 1.34.2...1.34.3

1.34.2

01 Feb 16:23
Compare
Choose a tag to compare

What's Changed

  • Rollback macros feature flag due to dependency resolution issues by @paupino in #643

Full Changelog: 1.34.1...1.34.2

1.34.0

31 Jan 17:20
bacc60b
Compare
Choose a tag to compare

What's Changed

  • Introduces macros feature and cleans up serde documentation a little bit by @paupino in #628
  • Update readme to add a comparison section by @paupino in #630
  • Remove cargo-edit reference from README by @robjtede in #633
  • Auto-document feature guarded items by @robjtede in #634
  • Reimplement pow function for integer exponent. by @schungx in #638
  • Fixes error handling when second decimal place at tail position by @paupino in #636
  • Version 1.34 by @paupino in #640

New Contributors

Full Changelog: 1.33.1...1.34.0

v1.32.0

23 Aug 15:12
03ce442
Compare
Choose a tag to compare

What's Changed

  • Drop unnecessary byteorder dependency by @psychon in #603
  • Fixes issue with is_integer failing on decimal bounds by @paupino in #605

New Contributors

Full Changelog: 1.31.0...1.32.0