Skip to content

Releases: paupino/rust-decimal

1.40.0

14 Jan 04:29

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.39.0...1.40.0

1.39.0

12 Oct 18:47
a028cf4

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.38.0...1.39.0

1.38.0

14 Sep 17:46
150291a

Choose a tag to compare

What's Changed

  • Add new align16 feature to force 16 byte alignment for Decimal by @Tony-Samuels in #735
  • Improved exp by @Danvil in #739
  • Add #[inline] to Decimal::from_parts (v1 backport) by @finnbear in #744
  • Add from_scientific_round, that parses like from_scientific but behaves like from_str for numbers with greater precision that Decimal supports by @tenuous-guidance in #746
  • Version 1.38.0 by @paupino in #748

Full Changelog: 1.37.2...1.38.0

1.37.2

14 Jun 01:22

Choose a tag to compare

What's Changed

Full Changelog: 1.37.1...1.37.2

1.37.1

22 Mar 15:38

Choose a tag to compare

What's Changed

  • [Docs] Includes macro information in published documentation by @paupino in #716

Full Changelog: 1.37.0...1.37.1

1.37.0

17 Mar 21:35

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.36.0...1.37.0

1.36.0

19 Aug 14:53
38ab825

Choose a tag to compare

What's Changed

  • Fix FromSql for Postgres Numeric NaNs by @lukoktonos in #656
  • Fix negation with overflow by @benschulz in #657
  • Updating github workflow in preperation for target testing by @paupino in #658
  • Bump macro version to 1.35 by @paupino in #661
  • Deprecate diesel1 feature and upgrade diesel to v2.2 by @paupino in #663
  • Replace filtery with a strategy for implementation of proptest::Arbitrary by @uzytkownik in #659
  • Fixes issue with abs_sub whereby it was not computing the difference correctly by @paupino in #666
  • serde.rs: Fix type infer error by @shank03 in #670
  • Version 1.36.0 by @paupino in #672

New Contributors

Full Changelog: 1.35.0...1.36.0

1.35.0

27 Mar 01:38
f0abf16

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

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

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