v1.7.0
This commit is contained in:
parent
2ccee2ccd2
commit
6aeee32168
@ -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
2
Cargo.lock
generated
@ -23,7 +23,7 @@ checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd"
|
||||
|
||||
[[package]]
|
||||
name = "cpc"
|
||||
version = "1.6.0"
|
||||
version = "1.7.0"
|
||||
dependencies = [
|
||||
"decimal",
|
||||
"regex",
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user