Skip to content

Commit

Permalink
Release 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dnsl48 committed Sep 27, 2023
1 parent 679201d commit 28f622e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [0.14.0] - 2023-09-27
### Added
- `approx` module with "Approximate mathematical operations", `fn sqrt` (special thanks to @squ1dd13 for the contribution!)
- `with-approx` feature, enabling the `approx` module


## [0.13.1] - 2023-02-25
### Added
- Clippy hint to allow manual filtering in GenericFraction::to_i64 implementation
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fraction"
version = "0.13.1"
version = "0.14.0"
authors = ["dnsl48 <dnsl48@gmail.com>"]

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

0 comments on commit 28f622e

Please sign in to comment.