v1.3.2
This commit is contained in:
parent
b9a1e13146
commit
e2f284290d
@ -1,4 +1,4 @@
|
||||
## Next
|
||||
## 1.3.2 - 2021 Feb 8
|
||||
- Fix incorrect parsing of named numbers `Duodecillion` and greater
|
||||
|
||||
## 1.3.1 - 2021 Jan 14
|
||||
|
||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -14,7 +14,7 @@ checksum = "95752358c8f7552394baf48cd82695b345628ad3f170d607de3ca03b8dacca15"
|
||||
|
||||
[[package]]
|
||||
name = "cpc"
|
||||
version = "1.3.1"
|
||||
version = "1.3.2"
|
||||
dependencies = [
|
||||
"decimal_fixes_mirror",
|
||||
]
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "cpc"
|
||||
version = "1.3.1"
|
||||
version = "1.3.2"
|
||||
description = "evaluates math expressions, with support for units and conversion between units"
|
||||
authors = ["Kasper Henningsen"]
|
||||
edition = "2018"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user