Skip to content

Commit 10aecc0

Browse files
committed
Bump patch level
1 parent af7a09c commit 10aecc0

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#### v2.8.1
2+
3+
* Switch from deprecated `failure` to `anyhow` to reduce compile times a little and binary size by 130kb.
4+
15
#### v2.8.0
26

37
* Switched from `structopt` to `argh` for a 300kb reduction in binary size and 1 minute smaller compile times.

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 = "dua-cli"
3-
version = "2.8.0"
3+
version = "2.8.1"
44
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
55
edition = "2018"
66
repository = "https://github.com/Byron/dua-cli"

0 commit comments

Comments
 (0)