From 49a21b1121313bcdd891bd66e81a2003e306abf6 Mon Sep 17 00:00:00 2001 From: "andy.boot" Date: Sun, 29 Jan 2023 09:46:48 +0000 Subject: [PATCH] Increment version --- Cargo.lock | 2 +- Cargo.toml | 2 +- ci/how2publish.txt | 4 ++++ man-page/dust.1 | 4 ++-- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 364c5385..f25d2bf9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -220,7 +220,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" [[package]] name = "du-dust" -version = "0.8.3" +version = "0.8.4" dependencies = [ "ansi_term", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 23de7ea9..625508eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 ", "nebkor "] edition = "2021" readme = "README.md" diff --git a/ci/how2publish.txt b/ci/how2publish.txt index 482a68b3..57addb27 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 4ca76080..4f13a265 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