diff --git a/CHANGELOG.md b/CHANGELOG.md index ee1c38d..dcd6b6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index a7c3b36..5642166 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -14,7 +14,7 @@ checksum = "95752358c8f7552394baf48cd82695b345628ad3f170d607de3ca03b8dacca15" [[package]] name = "cpc" -version = "1.3.1" +version = "1.3.2" dependencies = [ "decimal_fixes_mirror", ] diff --git a/Cargo.toml b/Cargo.toml index 78a6754..0c694b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"