summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock2
-rw-r--r--ci/how2publish.txt8
-rw-r--r--man-page/dust.14
3 files changed, 8 insertions, 6 deletions
diff --git a/Cargo.lock b/Cargo.lock
index d95d1b6..b425713 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -303,7 +303,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
[[package]]
name = "du-dust"
-version = "1.0.0"
+version = "1.1.0"
dependencies = [
"ansi_term",
"assert_cmd",
diff --git a/ci/how2publish.txt b/ci/how2publish.txt
index 57addb2..0560f54 100644
--- a/ci/how2publish.txt
+++ b/ci/how2publish.txt
@@ -1,14 +1,16 @@
# ----------- To do a release ---------
# Compare times of runs to check no drastic slow down:
-# time target/release/dust ~/dev
-# time dust ~dev
+# hyperfine 'target/release/dust /home/andy'
+# hyperfine 'dust /home/andy'
# edit version in cargo.toml
+# cargo build --release
+# commit changed files
# tag a commit and push (increment version in Cargo.toml first):
# git tag v0.4.5
# git push origin v0.4.5
# cargo publish to put it in crates.io
-
+
# To install locally [Do before pushing it]
#cargo install --path .
diff --git a/man-page/dust.1 b/man-page/dust.1
index bea0029..a468ce4 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 1.0.0"
+.TH Dust 1 "Dust 1.1.0"
.SH NAME
Dust \- Like du but more intuitive
.SH SYNOPSIS
@@ -124,4 +124,4 @@ Print version
[\fIPATH\fR]
.SH VERSION
-v1.0.0
+v1.1.0