Skip to content

Commit

Permalink
release(0.15.1): Release 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dnsl48 committed Feb 11, 2024
1 parent 47ab1f0 commit 9c90d56
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions 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)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "fraction"
version = "0.15.0"
version = "0.15.1"
authors = ["dnsl48 <dnsl48@gmail.com>"]

description = "Lossless fractions and decimals; drop-in float replacement"
Expand Down

0 comments on commit 9c90d56

Please sign in to comment.