chore: Release

This commit is contained in:
Arne Beer 2023-06-13 03:05:10 +02:00
parent 38d19cd6dc
commit 1f3d840c5e
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

@ -1205,7 +1205,7 @@ dependencies = [
[[package]]
name = "pueue"
version = "3.1.2"
version = "3.2.0"
dependencies = [
"anyhow",
"assert_cmd",

View file

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