This commit is contained in:
Kasper 2021-06-10 21:45:18 +02:00
parent e4fc479091
commit dc1b011058
3 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
## 1.5.1 - 2021 Jun 10
- Fix numbers unnecessarily displayed in E notation
## 1.5.0 - 2021 Apr 21 ## 1.5.0 - 2021 Apr 21
- Remove `TokenVector` type - Remove `TokenVector` type
- Rename `--debug` to `--verbose` and `-v` - Rename `--debug` to `--verbose` and `-v`

2
Cargo.lock generated
View File

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

View File

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