mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
version: update version
Also update docs, so I don't partially update a version number again
This commit is contained in:
Generated
+1
-1
@@ -303,7 +303,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "du-dust"
|
name = "du-dust"
|
||||||
version = "1.0.0"
|
version = "1.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ansi_term",
|
"ansi_term",
|
||||||
"assert_cmd",
|
"assert_cmd",
|
||||||
|
|||||||
+5
-3
@@ -1,14 +1,16 @@
|
|||||||
# ----------- To do a release ---------
|
# ----------- To do a release ---------
|
||||||
# Compare times of runs to check no drastic slow down:
|
# Compare times of runs to check no drastic slow down:
|
||||||
# time target/release/dust ~/dev
|
# hyperfine 'target/release/dust /home/andy'
|
||||||
# time dust ~dev
|
# hyperfine 'dust /home/andy'
|
||||||
|
|
||||||
# edit version in cargo.toml
|
# edit version in cargo.toml
|
||||||
|
# cargo build --release
|
||||||
|
# commit changed files
|
||||||
# tag a commit and push (increment version in Cargo.toml first):
|
# tag a commit and push (increment version in Cargo.toml first):
|
||||||
# git tag v0.4.5
|
# git tag v0.4.5
|
||||||
# git push origin v0.4.5
|
# git push origin v0.4.5
|
||||||
|
|
||||||
# cargo publish to put it in crates.io
|
# cargo publish to put it in crates.io
|
||||||
|
|
||||||
# To install locally [Do before pushing it]
|
# To install locally [Do before pushing it]
|
||||||
#cargo install --path .
|
#cargo install --path .
|
||||||
|
|||||||
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
.ie \n(.g .ds Aq \(aq
|
.ie \n(.g .ds Aq \(aq
|
||||||
.el .ds Aq '
|
.el .ds Aq '
|
||||||
.TH Dust 1 "Dust 1.0.0"
|
.TH Dust 1 "Dust 1.1.0"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
Dust \- Like du but more intuitive
|
Dust \- Like du but more intuitive
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
@@ -124,4 +124,4 @@ Print version
|
|||||||
[\fIPATH\fR]
|
[\fIPATH\fR]
|
||||||
|
|
||||||
.SH VERSION
|
.SH VERSION
|
||||||
v1.0.0
|
v1.1.0
|
||||||
|
|||||||
Reference in New Issue
Block a user