From 22b431675acf382aafd3a97f8d2cabd6de0cc17f Mon Sep 17 00:00:00 2001 From: Arne Beer Date: Wed, 5 Feb 2020 22:26:15 +0100 Subject: [PATCH] Bump version --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccd88f42..8d1e6019 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# v0.1.6 +- [BUG] Fix wrong TCP receiving logic +- Automatically create config directory +- Fix and reword cli help texts + # v0.1.5 - Basic Windows support - Integrate completion script build in build.rs diff --git a/Cargo.lock b/Cargo.lock index d2ba18a5..4041389c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -811,7 +811,7 @@ dependencies = [ [[package]] name = "pueue" -version = "0.1.5" +version = "0.1.6" dependencies = [ "anyhow 1.0.26 (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 2bb67068..ddc141d7 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.1.5" +version = "0.1.6" authors = ["Arne Beer "] homepage = "https://github.com/nukesor/pueue" repository = "https://github.com/nukesor/pueue"