Skip to content

Commit 0e58740

Browse files
v1.6.0
1 parent 4904ac3 commit 0e58740

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
## Next
1+
## 1.6.0 - 2021 Jul 3
22
- Add support for non-US "metre" and "litre" spellings
33
- Add help menu
44
- Add `--version` flag
55
- Freak out instead of ignoring unexpected arguments
6+
- Print errors to STDERR
67
- Fix decimeter parsed as centimeter
78

89
## 1.5.1 - 2021 Jun 10

Cargo.lock

Lines changed: 1 addition & 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.5.1"
3+
version = "1.6.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)