Skip to content

Commit dc1b011

Browse files
v1.5.1
1 parent e4fc479 commit dc1b011

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.5.1 - 2021 Jun 10
2+
- Fix numbers unnecessarily displayed in E notation
3+
14
## 1.5.0 - 2021 Apr 21
25
- Remove `TokenVector` type
36
- Rename `--debug` to `--verbose` and `-v`

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.0"
3+
version = "1.5.1"
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)