Skip to content

Commit

Permalink
Release 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
LPGhatguy committed Nov 9, 2023
1 parent 4f2f23d commit 2ee0ac1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased Changes

## 0.5.4 (2023-11-09)
* Added `ZERO`, `ONE`, and `MAX` associated constants. ([#15])

[#15]: https://github.com/LPGhatguy/nonmax/pull/15

## 0.5.3 (2022-07-01)
* Fixed `PartialOrd` and `Ord` implementations being backwards.

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "nonmax"
description = "Numeric types that cannot hold maximum values"
version = "0.5.3"
version = "0.5.4"
authors = ["Lucien Greathouse <[email protected]>"]
edition = "2018"
documentation = "https://docs.rs/nonmax"
Expand Down

0 comments on commit 2ee0ac1

Please sign in to comment.