Skip to content

Commit

Permalink
dependency update, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Feb 22, 2020
1 parent 4298271 commit a37e68d
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 21 deletions.
39 changes: 21 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "dua-cli"
version = "2.3.1-alpha.0"
version = "2.3.1"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
edition = "2018"
include = ["src/**/*", "Cargo.*"]
include = ["src/**/*", "Cargo.*", "*.md"]
repository = "https://github.com/Byron/dua-cli"
readme = "README.md"
description = "A tool to conveniently learn about the disk usage of directories, fast!"
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ dua interactive

* [ ] Evaluate unit coloring - can we highlight different units better, make them stick out?

#### ✅ v2.2 Show size on disk by default; Dependency Update
#### ✅ v2.3.1 Include .md files in Crate, update dependencies

#### ✅ v2.3 Show size on disk by default; Dependency Update

Thanks to [this PR](https://github.com/Byron/dua-cli/pull/37), hard links are now not counted anymore.
The `-l` flag will count hard links as it did before.
Expand Down

0 comments on commit a37e68d

Please sign in to comment.