v1.5.0
This commit is contained in:
parent
1abe436f52
commit
2a214294e4
@ -1,3 +1,9 @@
|
|||||||
|
## 1.5.0 - 2021 Apr 21
|
||||||
|
- Remove `TokenVector` type
|
||||||
|
- Rename `--debug` to `--verbose` and `-v`
|
||||||
|
- Allow CLI flags before input
|
||||||
|
- Fix panic when input contains only whitespace and/or commas
|
||||||
|
|
||||||
## 1.4.2 - 2021 Apr 8
|
## 1.4.2 - 2021 Apr 8
|
||||||
- Fix d128 errors due to d128 error status not being cleared
|
- Fix d128 errors due to d128 error status not being cleared
|
||||||
|
|
||||||
|
|||||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -14,7 +14,7 @@ checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cpc"
|
name = "cpc"
|
||||||
version = "1.4.2"
|
version = "1.5.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"decimal",
|
"decimal",
|
||||||
]
|
]
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "cpc"
|
name = "cpc"
|
||||||
version = "1.4.2"
|
version = "1.5.0"
|
||||||
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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user