Skip to content

Commit 38ab825

Browse files
authored
Version 1.36.0 (paupino#672)
1 parent f31e85a commit 38ab825

File tree

5 files changed

+28
-7
lines changed

5 files changed

+28
-7
lines changed

.buildnumber

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
1
2-
35
2+
36
33
0

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Version History
22

3+
# 1.36.0
4+
5+
### Fixed
6+
7+
* Fixes a bug where `from_sql` was converting `Numeric::NaN` to `0` rather than returning an
8+
error. ([#656](https://github.com/paupino/rust-decimal/pull/656)).
9+
* Fixes an issue where `i128::MIN` would cause overflow when calling
10+
`from_i128` ([#657](https://github.com/paupino/rust-decimal/pull/657)).
11+
* Fixes issue with `abs_sub` whereby it was not returning the
12+
difference ([#666](https://github.com/paupino/rust-decimal/pull/666)).
13+
* Fixes issue with `serde_str` after downstream dependency
14+
update ([#670](https://github.com/paupino/rust-decimal/pull/670)).
15+
16+
### Changed
17+
18+
* Github workflow improvements ([#658](https://github.com/paupino/rust-decimal/pull/658)).
19+
* Diesel 1 feature has been deprecated and Diesel 2 was upgraded to
20+
v2.2 ([#663](https://github.com/paupino/rust-decimal/pull/663)).
21+
* Replace `proptest` strategy to improve generation of random
22+
values ([#659](https://github.com/paupino/rust-decimal/pull/659)).
23+
324
# 1.35.0
425

526
### Fixed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ name = "rust_decimal"
1212
readme = "./README.md"
1313
repository = "https://github.com/paupino/rust-decimal"
1414
rust-version = "1.60"
15-
version = "1.35.0"
15+
version = "1.36.0"
1616

1717
[package.metadata.docs.rs]
1818
all-features = true

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ Alternatively, you can edit your `Cargo.toml` directly and run `cargo update`:
3535

3636
```toml
3737
[dependencies]
38-
rust_decimal = "1.35"
39-
rust_decimal_macros = "1.35"
38+
rust_decimal = "1.36"
39+
rust_decimal_macros = "1.36"
4040
```
4141

4242
## Usage

macros/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "rust_decimal_macros"
3-
version = "1.35.0"
3+
version = "1.36.0"
44
authors = ["Paul Mason <paul@form1.co.nz>"]
55
edition = "2021"
66
description = "Shorthand macros to assist creating Decimal types."
77
documentation = "https://docs.rs/rust_decimal/"
88
repository = "https://github.com/paupino/rust-decimal"
99
readme = "../README.md"
10-
keywords = ["decimal","financial","fixed","precision"]
11-
categories = ["science","data-structures"]
10+
keywords = ["decimal", "financial", "fixed", "precision"]
11+
categories = ["science", "data-structures"]
1212
license = "MIT"
1313

1414
[dependencies]

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy