This commit is contained in:
Kasper 2021-04-08 00:53:11 +02:00
parent 5d08f59083
commit 7ceb484f98
3 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
## 1.4.1 - 2021 Apr 8
- Fix panic when input is empty string
## 1.4.0 - 2021 Feb 8
- Made cpc case insensitive
- Switch back to official `decimal` because [decimal#59](https://github.com/alkis/decimal/issues/59) is fixed.

2
Cargo.lock generated
View File

@ -14,7 +14,7 @@ checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd"
[[package]]
name = "cpc"
version = "1.4.0"
version = "1.4.1"
dependencies = [
"decimal",
]

View File

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