diff options
author | andy.boot <bootandy@gmail.com> | 2022-02-27 09:49:05 +0000 |
---|---|---|
committer | andy.boot <bootandy@gmail.com> | 2022-02-27 09:49:05 +0000 |
commit | 403f78644c3cf11ae549e95394905ccb9c6b30ad (patch) | |
tree | f9753272c0db01b45d344d3d8bc39faa0c881fc6 | |
parent | 2c6aaa4c41c8139a826add679c3e11cfcc583c75 (diff) |
Testing releasesv0.8.1-alpha.1
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | ci/how2publish.txt | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,7 @@ [package] name = "du-dust" description = "A more intuitive version of du" -version = "0.8.0" +version = "0.8.1-alpha.1" authors = ["bootandy <bootandy@gmail.com>", "nebkor <code@ardent.nebcorp.com>"] edition = "2018" readme = "README.md" diff --git a/ci/how2publish.txt b/ci/how2publish.txt index 482a68b..1c364bb 100644 --- a/ci/how2publish.txt +++ b/ci/how2publish.txt @@ -3,6 +3,7 @@ # tag a commit and push (increment version in Cargo.toml first): # git tag v0.4.5 # git push origin v0.4.5 +# pre release notation: "0.8.1-alpha.1" # cargo publish to put it in crates.io |