From a18f90ca0f2d714a503bd0f35dedaa8c1bfbd70a Mon Sep 17 00:00:00 2001 From: "andy.boot" Date: Sun, 27 Feb 2022 09:49:05 +0000 Subject: [PATCH] Create alpha release version --- Cargo.lock | 2 +- Cargo.toml | 2 +- ci/how2publish.txt | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c1c0d1a..d8b9c5a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -148,7 +148,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" [[package]] name = "du-dust" -version = "0.8.0" +version = "0.8.1-alpha.2" dependencies = [ "ansi_term", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index cbb16d8..0edddac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "du-dust" description = "A more intuitive version of du" -version = "0.8.0" +version = "0.8.1-alpha.2" authors = ["bootandy ", "nebkor "] 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