This commit is contained in:
Kasper 2021-02-08 02:41:17 +01:00
parent b9a1e13146
commit e2f284290d
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
## Next ## 1.3.2 - 2021 Feb 8
- Fix incorrect parsing of named numbers `Duodecillion` and greater - Fix incorrect parsing of named numbers `Duodecillion` and greater
## 1.3.1 - 2021 Jan 14 ## 1.3.1 - 2021 Jan 14

2
Cargo.lock generated
View File

@ -14,7 +14,7 @@ checksum = "95752358c8f7552394baf48cd82695b345628ad3f170d607de3ca03b8dacca15"
[[package]] [[package]]
name = "cpc" name = "cpc"
version = "1.3.1" version = "1.3.2"
dependencies = [ dependencies = [
"decimal_fixes_mirror", "decimal_fixes_mirror",
] ]

View File

@ -1,6 +1,6 @@
[package] [package]
name = "cpc" name = "cpc"
version = "1.3.1" version = "1.3.2"
description = "evaluates math expressions, with support for units and conversion between units" description = "evaluates math expressions, with support for units and conversion between units"
authors = ["Kasper Henningsen"] authors = ["Kasper Henningsen"]
edition = "2018" edition = "2018"