chore: Release

This commit is contained in:
Arne Beer 2022-12-31 01:25:24 +01:00
parent d8c3af5923
commit da1f6d7349
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

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

View file

@ -28,7 +28,7 @@ tokio = { version = "1.23", features = ["rt-multi-thread", "time", "io-std"] }
# ------------------------
[package]
name = "pueue"
version = "3.0.0"
version = "3.0.1"
description = "A cli tool for managing long running shell commands."
keywords = ["shell", "command", "parallel", "task", "queue"]
readme = "README.md"