From 47094869dcb9f6ad50ce4b6c5a12df42b3dfcda4 Mon Sep 17 00:00:00 2001 From: Kasper Date: Thu, 26 Nov 2020 02:09:20 +0100 Subject: [PATCH] v1.2.0 --- CHANGELOG.md | 4 ++-- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ac6716..e33dc46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Next +## 1.2.0 - 2020 Nov 26 - Added units of electric current - Added units of voltage - Added units of resistance @@ -13,7 +13,7 @@ - Added support for `Energy / Time` - Fixed dividing a unit by `NoUnit` resulting in `NoUnit` - Fixed interpreting of `µs` -- Fixed panics caused in Rust `1.48.0` by specifying `decimal` as a git dependency. +- Fixed panics caused in Rust `1.48.0` by switching `decimal` dependency to `decimal_fixes_mirror`. ## 1.1.0 - 2020 Nov 14 - Added units of frequency diff --git a/Cargo.lock b/Cargo.lock index 82aa0f8..2cf9d1f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -14,7 +14,7 @@ checksum = "95752358c8f7552394baf48cd82695b345628ad3f170d607de3ca03b8dacca15" [[package]] name = "cpc" -version = "1.1.0" +version = "1.2.0" dependencies = [ "decimal_fixes_mirror", ] diff --git a/Cargo.toml b/Cargo.toml index 22ed009..3f3b76c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cpc" -version = "1.1.0" +version = "1.2.0" description = "evaluates math expressions, with support for units and conversion between units" authors = ["Kasper Henningsen"] edition = "2018"