Releases: paupino/rust-decimal
Releases · paupino/rust-decimal
1.36.0
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
- @lukoktonos made their first contribution in #656
- @benschulz made their first contribution in #657
- @uzytkownik made their first contribution in #659
- @shank03 made their first contribution in #670
Full Changelog: 1.35.0...1.36.0
1.35.0
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
- @the-kenny made their first contribution in #651
Full Changelog: 1.34.3...1.35.0
1.34.3
1.34.2
1.34.0
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