···11+## 1.5.0 - 2021 Apr 21
22+- Remove `TokenVector` type
33+- Rename `--debug` to `--verbose` and `-v`
44+- Allow CLI flags before input
55+- Fix panic when input contains only whitespace and/or commas
66+17## 1.4.2 - 2021 Apr 8
28- Fix d128 errors due to d128 error status not being cleared
39
···11[package]
22name = "cpc"
33-version = "1.4.2"
33+version = "1.5.0"
44description = "evaluates math expressions, with support for units and conversion between units"
55authors = ["Kasper Henningsen"]
66edition = "2018"