chore: Release

This commit is contained in:
Arne Beer 2023-02-08 17:53:28 +01:00
parent 264f4fc1ad
commit 1da4efbf54
No known key found for this signature in database
GPG key ID: CC9408F679023B65
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -1232,7 +1232,7 @@ dependencies = [
[[package]]
name = "pueue"
version = "3.0.1"
version = "3.1.0"
dependencies = [
"anyhow",
"assert_cmd",

View file

@ -1,6 +1,6 @@
[package]
name = "pueue"
version = "3.0.1"
version = "3.1.0"
description = "A cli tool for managing long running shell commands."
keywords = ["shell", "command", "parallel", "task", "queue"]
readme = "../README.md"