From 141be4960da230c49b8c62eb326822945d06578c Mon Sep 17 00:00:00 2001 From: Petros Angelatos Date: Wed, 7 May 2025 17:53:47 +0300 Subject: [PATCH] release: dec 0.4.11 Signed-off-by: Petros Angelatos --- README.md | 2 +- dec/CHANGELOG.md | 4 ++++ dec/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2a54aa8..33df3e4 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ libdecnumber. ``` # Cargo.toml [dependencies] -dec = "0.4.10" +dec = "0.4.11" ``` **[View documentation.](https://docs.rs/dec/0.4.9/)** diff --git a/dec/CHANGELOG.md b/dec/CHANGELOG.md index b20aa57..93efbb3 100644 --- a/dec/CHANGELOG.md +++ b/dec/CHANGELOG.md @@ -7,6 +7,10 @@ Versioning]. ## Unreleased +## 0.4.11 - 2025-05-06 + +* Fix breaking behavior of `f64` to `Decimal::` conversion introduced in `0.4.9` + ## 0.4.10 - 2025-05-06 * Optimize `Decimal::::from_f{64,32}`. diff --git a/dec/Cargo.toml b/dec/Cargo.toml index 2a32ac7..bb24377 100644 --- a/dec/Cargo.toml +++ b/dec/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://github.com/MaterializeInc/rust-decnumber" license = "Apache-2.0" categories = ["api-bindings"] keywords = ["decimal", "decnumber"] -version = "0.4.10" +version = "0.4.11" edition = "2018" [dependencies]