Skip to content

Commit

Permalink
Release 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dnsl48 committed Feb 24, 2023
1 parent 46df7c2 commit d36d4b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Change Log

## [0.13.1] - ????-??-??
## [0.13.1] - 2023-02-25
### Added
- Clippy hint to allow manual filtering in GenericFraction::to_i64 implementation
- A couple of tests for floor/ceil functions

### Fixed
- ceil & floor incorrect behaviour for negative numbers (special thanks to Morris Hansing aka morri2)

## [0.13.0] - 2023-01-01

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.0"
version = "0.13.1"
authors = ["dnsl48 <dnsl48@gmail.com>"]

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

0 comments on commit d36d4b7

Please sign in to comment.