Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
* Implement Sum and Product traits for NotNan (#65).
* Implement Neg and Zero traits for OrderedFloat (#60, #66).
* Implement Add, Sub, Mul, and Div traits for OrderedFloat.
  • Loading branch information
mbrubeck committed Jun 30, 2020
1 parent 7084878 commit 96672a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ordered-float"
version = "1.0.2"
version = "1.1.0"
authors = ["Jonathan Reem <jonathan.reem@gmail.com>", "Matt Brubeck <mbrubeck@limpet.net>"]
license = "MIT"
description = "Wrappers for total ordering on floats"
Expand Down

0 comments on commit 96672a8

Please sign in to comment.