From b84a4d04cf21f2b2ff3674ad4b61d4f4997a32ea Mon Sep 17 00:00:00 2001 From: David Meister Date: Fri, 22 May 2026 10:43:46 +0000 Subject: [PATCH] chore: release rain-math-float 0.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the crate version from 0.1.1-alpha.4 → 0.1.1 in preparation for the first stable publish to crates.io. Tracks rainlanguage/rain.math.float#216. Co-Authored-By: Claude Opus 4.7 --- crates/float/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/float/Cargo.toml b/crates/float/Cargo.toml index 3336b5d..21ad69f 100644 --- a/crates/float/Cargo.toml +++ b/crates/float/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rain-math-float" -version = "0.1.1-alpha.4" +version = "0.1.1" edition = "2021" license = "LicenseRef-DCL-1.0" description = "Decimal floating-point arithmetic for Rainlang / DeFi smart contracts. Packs a 224-bit signed coefficient and 32-bit signed exponent into a single bytes32, with exact decimal semantics (no NaN, Infinity, or negative zero — operations error on nonsense). Rust bindings delegate to the Solidity reference via an in-memory EVM so on-chain and off-chain results match exactly."