v1.8.0
This commit is contained in:
parent
a86865e856
commit
7d807424a8
@ -1,6 +1,7 @@
|
|||||||
## 1.8.0 - 2021 Aug 16
|
## 1.8.0 - 2021 Aug 16
|
||||||
- Add support for data transfer rate units (like mb/s)
|
- Add support for data transfer rate units (like mb/s)
|
||||||
- Add support for dividing length by speed (like 10 km / 100 kph)
|
- Add support for dividing length by speed (like 10 km / 100 kph)
|
||||||
|
- Fix implicit start/end parentheses
|
||||||
|
|
||||||
## 1.7.0 - 2021 Jul 14
|
## 1.7.0 - 2021 Jul 14
|
||||||
- Add operator words `plus`, `minus` and `times`
|
- Add operator words `plus`, `minus` and `times`
|
||||||
|
|||||||
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1,5 +1,7 @@
|
|||||||
# This file is automatically @generated by Cargo.
|
# This file is automatically @generated by Cargo.
|
||||||
# It is not intended for manual editing.
|
# It is not intended for manual editing.
|
||||||
|
version = 3
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "aho-corasick"
|
name = "aho-corasick"
|
||||||
version = "0.7.18"
|
version = "0.7.18"
|
||||||
@ -23,7 +25,7 @@ checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cpc"
|
name = "cpc"
|
||||||
version = "1.7.0"
|
version = "1.8.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"decimal",
|
"decimal",
|
||||||
"regex",
|
"regex",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "cpc"
|
name = "cpc"
|
||||||
version = "1.7.0"
|
version = "1.8.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