From 22947b76ed438ca0282f8d8bf4edc54096f43df7 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Tue, 2 Jul 2019 15:57:53 +0800 Subject: prep for re-release --- Cargo.toml | 2 +- README.md | 2 ++ tui-react/.gitignore | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 tui-react/.gitignore diff --git a/Cargo.toml b/Cargo.toml index 55a14eb..8ea03df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dua-cli" -version = "2.1.3" +version = "2.1.4" authors = ["Sebastian Thiel "] edition = "2018" include = ["src/**/*", "Cargo.toml"] diff --git a/README.md b/README.md index 3593517..47528df 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,8 @@ dua interactive * [ ] Evaluate unit coloring - can we highlight different units better, make them stick out? +#### ✅ v2.1.4 - re-release with Cargo.lock + #### ✅ v2.1.2 bug fixes and improvements * Performance fix when showing folders with large amounts of files diff --git a/tui-react/.gitignore b/tui-react/.gitignore new file mode 100644 index 0000000..5a44eef --- /dev/null +++ b/tui-react/.gitignore @@ -0,0 +1 @@ +/Cargo.lock -- cgit v1.2.3