This commit is contained in:
Kasper 2021-07-14 00:03:28 +02:00
parent 2ccee2ccd2
commit 6aeee32168
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
## Next
## 1.7.0 - 2021 Jul 14
- Add operator words `plus`, `minus` and `times`
- Add operator phrases `multiplied by` and `divided by`
- Add operator symbol `÷`

2
Cargo.lock generated
View File

@ -23,7 +23,7 @@ checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd"
[[package]]
name = "cpc"
version = "1.6.0"
version = "1.7.0"
dependencies = [
"decimal",
"regex",

View File

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