Skip to content

Commit

Permalink
Version 1.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
paupino committed Apr 29, 2021
1 parent 6c0a1db commit 74f1a06
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -9,7 +9,7 @@ license = "MIT"
name = "rust_decimal"
readme = "./README.md"
repository = "https://github.com/paupino/rust-decimal"
version = "1.12.2"
version = "1.12.3"
exclude = [ "tests/generated/*" ]

[dependencies]
Expand Down
4 changes: 4 additions & 0 deletions VERSION.md
@@ -1,5 +1,9 @@
# Version History

## 1.12.3

Fixes an issue [#361](https://github.com/paupino/rust-decimal/issues/361) when rounding a small number towards zero.

## 1.12.2

Fixes small regression whereby `0 - 0` was producing `-0`. Thank you [@KonishchevDmitry](https://github.com/KonishchevDmitry) for
Expand Down
4 changes: 2 additions & 2 deletions macros/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rust_decimal_macros"
version = "1.12.2"
version = "1.12.3"
authors = ["Paul Mason <paul@form1.co.nz>"]
edition = "2018"
description = "Shorthand macros to assist creating Decimal types."
Expand All @@ -12,7 +12,7 @@ categories = ["science","data-structures"]
license = "MIT"

[dependencies]
rust_decimal = { path = "..", version = "1.12.2" }
rust_decimal = { path = "..", version = "1.12.3" }
quote = "1.0"

[features]
Expand Down

0 comments on commit 74f1a06

Please sign in to comment.