diff options
author | andy.boot <bootandy@gmail.com> | 2023-01-29 09:46:48 +0000 |
---|---|---|
committer | andy.boot <bootandy@gmail.com> | 2023-01-29 10:24:36 +0000 |
commit | 49a21b1121313bcdd891bd66e81a2003e306abf6 (patch) | |
tree | 09cadfc223dc4fe043165f177a19c58cc87b4ff7 | |
parent | 7efdf63fbc15327b627b8d8737ea1535d085e6ea (diff) |
Increment versionv0.8.4
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | ci/how2publish.txt | 4 | ||||
-rw-r--r-- | man-page/dust.1 | 4 |
4 files changed, 8 insertions, 4 deletions
@@ -220,7 +220,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" [[package]] name = "du-dust" -version = "0.8.3" +version = "0.8.4" dependencies = [ "ansi_term", "assert_cmd", @@ -1,7 +1,7 @@ [package] name = "du-dust" description = "A more intuitive version of du" -version = "0.8.3" +version = "0.8.4" authors = ["bootandy <bootandy@gmail.com>", "nebkor <code@ardent.nebcorp.com>"] edition = "2021" readme = "README.md" diff --git a/ci/how2publish.txt b/ci/how2publish.txt index 482a68b..57addb2 100644 --- a/ci/how2publish.txt +++ b/ci/how2publish.txt @@ -1,4 +1,8 @@ # ----------- To do a release --------- +# Compare times of runs to check no drastic slow down: +# time target/release/dust ~/dev +# time dust ~dev + # edit version in cargo.toml # tag a commit and push (increment version in Cargo.toml first): # git tag v0.4.5 diff --git a/man-page/dust.1 b/man-page/dust.1 index 4ca7608..4f13a26 100644 --- a/man-page/dust.1 +++ b/man-page/dust.1 @@ -1,6 +1,6 @@ .ie \n(.g .ds Aq \(aq .el .ds Aq ' -.TH Dust 1 "Dust 0.8.3" +.TH Dust 1 "Dust 0.8.4" .SH NAME Dust \- Like du but more intuitive .SH SYNOPSIS @@ -87,4 +87,4 @@ Only files will be displayed. (Finds your largest files) [\fIinputs\fR] .SH VERSION -v0.8.3 +v0.8.4 |