akubera / bigdecimal-rs

Arbitrary precision decimal crate for Rust
Other
284 stars 71 forks source link

Release 0.4.2 #114

Closed rukai closed 1 year ago

rukai commented 1 year ago

I am proposing we make a patch release to get https://github.com/akubera/bigdecimal-rs/pull/110 out the door. Its been causing a lot of compile time issues for me.

codecov-commenter commented 1 year ago

Codecov Report

Merging #114 (f0c7423) into trunk (1a5b6c0) will not change coverage. The diff coverage is n/a.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@           Coverage Diff           @@
##            trunk     #114   +/-   ##
=======================================
  Coverage   76.91%   76.91%           
=======================================
  Files          11       11           
  Lines        2027     2027           
  Branches     2027     2027           
=======================================
  Hits         1559     1559           
  Misses         84       84           
  Partials      384      384           
akubera commented 1 year ago

Released

rukai commented 1 year ago

Thanks!