Skip to content

Commit

Permalink
Release 0.10.1
Browse files Browse the repository at this point in the history
[email protected]

Generated by cargo-workspaces
  • Loading branch information
mamrhein committed Jan 21, 2024
1 parent 4bb5111 commit ab60f2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.TXT
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Version Changes
-------- --------------------------------------------------------------------
0.10.1 Fixed issue #9.

0.10.0 Added impl Hash for Decimal.

0.9.0 Added conversion of Decimal values to primitive ints and floats.
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 = "fpdec"
version = "0.10.0"
version = "0.10.1"
edition = "2021"
authors = ["Michael Amrhein <[email protected]>"]
description = "Decimal fixed-point arithmetic."
Expand Down

0 comments on commit ab60f2d

Please sign in to comment.