Bump version

This commit is contained in:
Arne Beer 2020-02-05 22:26:15 +01:00
parent 1201f95c2a
commit 22b431675a
3 changed files with 7 additions and 2 deletions

View file

@ -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

2
Cargo.lock generated
View file

@ -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)",

View file

@ -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 <contact@arne.beer>"]
homepage = "https://github.com/nukesor/pueue"
repository = "https://github.com/nukesor/pueue"