Skip to content

Commit

Permalink
Merge branch 'master' into fuzz
Browse files Browse the repository at this point in the history
  • Loading branch information
paupino committed Jun 7, 2021
2 parents f7f0583 + 16b41cc commit ab3bec8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT"
name = "rust_decimal"
readme = "./README.md"
repository = "https://github.com/paupino/rust-decimal"
version = "1.14.1"
version = "1.14.2"
exclude = [ "tests/generated/*" ]

[package.metadata.docs.rs]
Expand Down
4 changes: 4 additions & 0 deletions VERSION.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Version History

## 1.14.2

Fixes an overflow issue during division under some specific circumstances. ([#392](https://github.com/paupino/rust-decimal/issues/392))

## 1.14.1

A bug fix release following on from `1.14.0`:
Expand Down
4 changes: 2 additions & 2 deletions macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rust_decimal_macros"
version = "1.14.1"
version = "1.14.2"
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.14.1" }
rust_decimal = { path = "..", version = "1.14.2" }
quote = "1.0"

[features]
Expand Down

0 comments on commit ab3bec8

Please sign in to comment.