summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandy.boot <bootandy@gmail.com>2023-01-29 09:46:48 +0000
committerandy.boot <bootandy@gmail.com>2023-01-29 10:24:36 +0000
commit49a21b1121313bcdd891bd66e81a2003e306abf6 (patch)
tree09cadfc223dc4fe043165f177a19c58cc87b4ff7
parent7efdf63fbc15327b627b8d8737ea1535d085e6ea (diff)
Increment versionv0.8.4
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--ci/how2publish.txt4
-rw-r--r--man-page/dust.14
4 files changed, 8 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 364c538..f25d2bf 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 23de7ea..625508e 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 <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