From 4d1ef63ae362cde3afcae66dccdacc24565baaa9 Mon Sep 17 00:00:00 2001 From: Arne Beer Date: Mon, 4 May 2020 18:14:50 +0200 Subject: [PATCH] (cargo-release) version 0.4.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a162228..dfaf08d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -825,7 +825,7 @@ dependencies = [ [[package]] name = "pueue" -version = "0.3.2-alpha.0" +version = "0.4.0" dependencies = [ "anyhow 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", "async-std 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index bc2bad1..f5ea4b4 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.3.2-alpha.0" +version = "0.4.0" authors = ["Arne Beer "] homepage = "https://github.com/nukesor/pueue" repository = "https://github.com/nukesor/pueue"