diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cbc46e..6e63484 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.4.1 - 2021 Apr 8 +- Fix d128 errors due to d128 error status not being cleared + ## 1.4.1 - 2021 Apr 8 - Fix panic when input is empty string diff --git a/Cargo.lock b/Cargo.lock index 0fa0331..743fbd5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -14,7 +14,7 @@ checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd" [[package]] name = "cpc" -version = "1.4.1" +version = "1.4.2" dependencies = [ "decimal", ] diff --git a/Cargo.toml b/Cargo.toml index 0e06941..7ce8318 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cpc" -version = "1.4.1" +version = "1.4.2" description = "evaluates math expressions, with support for units and conversion between units" authors = ["Kasper Henningsen"] edition = "2018"