Skip to content

Commit 7d80742

Browse files
v1.8.0
1 parent a86865e commit 7d80742

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## 1.8.0 - 2021 Aug 16
22
- Add support for data transfer rate units (like mb/s)
33
- Add support for dividing length by speed (like 10 km / 100 kph)
4+
- Fix implicit start/end parentheses
45

56
## 1.7.0 - 2021 Jul 14
67
- Add operator words `plus`, `minus` and `times`

Cargo.lock

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cpc"
3-
version = "1.7.0"
3+
version = "1.8.0"
44
description = "evaluates math expressions, with support for units and conversion between units"
55
authors = ["Kasper Henningsen"]
66
edition = "2018"

0 commit comments

Comments
 (0)