Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "du-dust"
description = "A more intuitive version of du"
version = "1.0.0"
version = "1.1.0"
authors = ["bootandy <bootandy@gmail.com>", "nebkor <code@ardent.nebcorp.com>"]
edition = "2021"
readme = "README.md"
Expand Down
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