From 9c90d56989f7b044f8d8a8b89c2c86d155d2e9b9 Mon Sep 17 00:00:00 2001 From: Serge Latyntcev Date: Sun, 11 Feb 2024 15:49:59 +1300 Subject: [PATCH] release(0.15.1): Release 0.15.1 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77495f9f..8eb9a8f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## [0.15.1] - 2024-02-11 +### Added + - "with-unicode" feature implementation to format (and parse) floats with Unicode characters (special thanks to @feefladder) + ## [0.15.0] - 2024-01-01 ### Added - GenericFraction try_from/try_into implementations for primitive types (u8, i8, u16, i16, u32, i32, u64, i64, u128, i128, usize, isize, f32, f64) diff --git a/Cargo.toml b/Cargo.toml index 312e4a84..e66359be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fraction" -version = "0.15.0" +version = "0.15.1" authors = ["dnsl48 "] description = "Lossless fractions and decimals; drop-in float replacement"