From d286562f9efeca411c9d4180e306c341b2526af3 Mon Sep 17 00:00:00 2001 From: Arne Beer Date: Sun, 7 Jun 2020 21:07:45 +0200 Subject: [PATCH] (cargo-release) version 0.6.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0cefb3f4c..12e5bd171 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1090,7 +1090,7 @@ dependencies = [ [[package]] name = "pueue" -version = "0.5.2-alpha.0" +version = "0.6.0" dependencies = [ "anyhow 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)", "async-std 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 296575bbd..41d2dd363 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pueue" description = "A cli tool for managing long running shell commands." -version = "0.5.2-alpha.0" +version = "0.6.0" authors = ["Arne Beer "] homepage = "https://github.com/nukesor/pueue" repository = "https://github.com/nukesor/pueue"