This commit is contained in:
Kasper 2020-11-26 02:09:20 +01:00
parent 25d151465e
commit 47094869dc
3 changed files with 4 additions and 4 deletions

View File

@ -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

2
Cargo.lock generated
View File

@ -14,7 +14,7 @@ checksum = "95752358c8f7552394baf48cd82695b345628ad3f170d607de3ca03b8dacca15"
[[package]]
name = "cpc"
version = "1.1.0"
version = "1.2.0"
dependencies = [
"decimal_fixes_mirror",
]

View File

@ -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"