Skip to content
This repository was archived by the owner on Apr 6, 2023. It is now read-only.

deps: update rust crate rust_decimal to 1.29.1#124

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/rust_decimal-1.x
Open

deps: update rust crate rust_decimal to 1.29.1#124
renovate[bot] wants to merge 1 commit intomainfrom
renovate/rust_decimal-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Nov 25, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
rust_decimal dependencies minor 1.26.1 -> 1.29.1

Release Notes

paupino/rust-decimal

v1.29.1

Fixed
  • Fixes an issue with checked_cos and checked_sin where QUARTER_PI would send the calculation into an infinite loop. (#585)

v1.29.0

Compare Source

Added
  • New trunc_with_scale function which allows you to truncate a decimal number whilst retaining a specified precision. (#​576), (#​578)
Fixed
  • Fix issue when rouding using a high precision decimal place on zero values. This would previously allow the Decimal number to enter into an invalid state. (#​575)
Changed

There were also a couple of housekeeping tasks, to help pave the way for v2 of Rust Decimal.

  • Clean up features so that they are explicit in the cargo.toml and leverage the new dep: syntax where required. (#​579)
  • Restructure and compartamentalize Makefile. (#​580)
Credit

Thank you @​c410-f3r and @​jon-chuang for your contributions to this release!

v1.28.1

Compare Source

Fixed
  • Bumped borsh and criterion dependencies to the latest versions. (#​568)
  • Removed erroneous debug statements in serde-with-str feature. (#​571)

Thanks @​attila-lin for your help bumping dependencies.

v1.28.0

Compare Source

Added
  • Implement TryFrom<&str> for Decimal (#​560)
Fixed
  • Explicit string deserialize for Option<Decimal> when using serde-with-str (#​565)
  • Fix for rescale preventing Decimal::ZERO to be rescaled to an invalid precision (#​566)
Credit

Thank you to @​c410-f3r for your diligent help adding features to this library!

v1.27.0

Compare Source

Added
  • Added Copy/Clone traits for rkvy::Archive (#​539)
  • Support precision for scientific notation formatting (#​555, #​557)
Fixed
  • Fixed edge case parsing of strings whereby it would incorrectly error instead of round (#​541)
Changed
  • Update diesel feature to use release version (#​546)
  • Updated documentation to include cargo-edit instructions (#​538)
  • Start using new feature resolver for cargo dependencies (#​551)
  • Optional serde deserialization avoids using deserialize_any except in explicit use cases (#​558)
Credit

This release wouldn't have been possible without the help of the community. Special call out and thank you to @​icy-ux, @​CAD97, @​nicksenger,
@​c410-f3r and @​yongqli.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/rust_decimal-1.x branch from 1f4308f to d88415f Compare January 21, 2023 04:32
@renovate renovate bot changed the title deps: update rust crate rust_decimal to 1.27.0 deps: update rust crate rust_decimal to 1.28.0 Jan 21, 2023
@renovate renovate bot force-pushed the renovate/rust_decimal-1.x branch from d88415f to 07508bd Compare February 4, 2023 23:51
@renovate renovate bot changed the title deps: update rust crate rust_decimal to 1.28.0 deps: update rust crate rust_decimal to 1.28.1 Feb 4, 2023
@renovate renovate bot force-pushed the renovate/rust_decimal-1.x branch from 07508bd to e197e9d Compare March 12, 2023 04:22
@renovate renovate bot changed the title deps: update rust crate rust_decimal to 1.28.1 deps: update rust crate rust_decimal to 1.29.0 Mar 12, 2023
@kodiakhq
Copy link
Copy Markdown

kodiakhq bot commented Mar 12, 2023

This PR currently has a merge conflict. Please resolve this and then re-add the automerge label.

@kodiakhq kodiakhq bot removed the automerge label Mar 12, 2023
@renovate renovate bot force-pushed the renovate/rust_decimal-1.x branch from e197e9d to 77ab066 Compare March 12, 2023 23:26
@renovate renovate bot force-pushed the renovate/rust_decimal-1.x branch from 77ab066 to 77ca278 Compare March 25, 2023 01:23
@renovate renovate bot changed the title deps: update rust crate rust_decimal to 1.29.0 deps: update rust crate rust_decimal to 1.29.1 Mar 25, 2023
@renovate renovate bot force-pushed the renovate/rust_decimal-1.x branch from 77ca278 to 22d39d8 Compare March 30, 2023 18:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants