From 7ceb484f98048ed3b8fe1f8e30308c1a9a1ecf53 Mon Sep 17 00:00:00 2001 From: Kasper Date: Thu, 8 Apr 2021 00:53:11 +0200 Subject: [PATCH] v1.4.1 --- CHANGELOG.md | 3 +++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24574a3..3cbc46e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/Cargo.lock b/Cargo.lock index d495b86..0fa0331 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -14,7 +14,7 @@ checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd" [[package]] name = "cpc" -version = "1.4.0" +version = "1.4.1" dependencies = [ "decimal", ] diff --git a/Cargo.toml b/Cargo.toml index 59da7ca..0e06941 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"