version: update version

Also update docs, so I don't partially update a version number again
This commit is contained in:
andy.boot
2024-07-16 22:34:02 +01:00
parent e654d30f9d
commit b4a517a096
3 changed files with 8 additions and 6 deletions

View File

@@ -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 .