Skip to content

Commit

Permalink
Prepare 0.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ajtribick committed Sep 30, 2022
1 parent 1bf17e3 commit b32efed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Version 0.6

* Add const constructor `from_f64`.
* Breaking change: fix definition of no_overlap to match definition 1.4 in
Joldes et al. (2017).
* Breaking change: Correct values of `MIN` and `MAX` constants.
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 = "twofloat"
version = "0.5.0"
version = "0.6.0"
authors = ["Andrew Tribick"]

keywords = ["float", "precision", "numerics", "floating-point", "arithmetic"]
Expand Down

0 comments on commit b32efed

Please sign in to comment.