From 2319c3032fa85c19e08fb50f8bb9cae762774302 Mon Sep 17 00:00:00 2001 From: "andy.boot" Date: Thu, 3 Sep 2020 21:58:27 +0100 Subject: [PATCH] Increment version for new release --- 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 1888088..086d093 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -114,7 +114,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "du-dust" -version = "0.5.2" +version = "0.5.3" dependencies = [ "ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "assert_cmd 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 17ecc73..859325c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "du-dust" description = "A more intuitive version of du" -version = "0.5.2" +version = "0.5.3" authors = ["bootandy ", "nebkor "] edition = "2018" diff --git a/ci/how2publish.txt b/ci/how2publish.txt index bf6cd1a..047b327 100644 --- a/ci/how2publish.txt +++ b/ci/how2publish.txt @@ -1,4 +1,5 @@ # ----------- To do a release --------- +# edit version in cargo.toml # tag a commit and push: # git tag v0.4.5 # git push origin v0.4.5