Skip to content

Commit

Permalink
version: update version
Browse files Browse the repository at this point in the history
Also update docs, so I don't partially update a version number again
  • Loading branch information
bootandy committed Jul 16, 2024
1 parent 3428c5c commit 574ad22
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions ci/how2publish.txt
Original file line number Diff line number Diff line change
@@ -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 .
4 changes: 2 additions & 2 deletions man-page/dust.1
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -124,4 +124,4 @@ Print version
[\fIPATH\fR]

.SH VERSION
v1.0.0
v1.1.0

0 comments on commit 574ad22

Please sign in to comment.