Skip to content

Commit 3f541ca

Browse files
committed
This is 0.5.0
1 parent 81101b5 commit 3f541ca

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["crates/*", "examples/*"]
33

44
[package]
55
name = "powerpack"
6-
version = "0.4.2"
6+
version = "0.5.0"
77
authors = ["Ross MacArthur <[email protected]>"]
88
edition = "2021"
99
description = "⚡ Supercharge your Alfred workflows by building them in Rust!"
@@ -14,8 +14,8 @@ keywords = ["alfred", "workflow"]
1414
categories = ["command-line-utilities"]
1515

1616
[dependencies]
17-
powerpack-detach = { version = "0.4.2", path = "crates/detach", optional = true }
18-
powerpack-env = { version = "0.4.2", path = "crates/env", optional = true }
17+
powerpack-detach = { version = "0.5.0", path = "crates/detach", optional = true }
18+
powerpack-env = { version = "0.5.0", path = "crates/env", optional = true }
1919
serde = { version = "1.0.193", features = ["derive"] }
2020
serde_json = "1.0.108"
2121

RELEASES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### 0.5.0
44

5-
*Unreleased*
5+
*December 31st, 2023*
66

77
#### powerpack-cli
88

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "powerpack-cli"
3-
version = "0.4.2"
3+
version = "0.5.0"
44
authors = ["Ross MacArthur <[email protected]>"]
55
edition = "2021"
66
description = "⚡ Supercharge your Alfred workflows by building them in Rust!"

crates/detach/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "powerpack-detach"
3-
version = "0.4.2"
3+
version = "0.5.0"
44
authors = ["Ross MacArthur <[email protected]>"]
55
edition = "2021"
66
description = "⚡ Detach a background process from your Alfred workflow."

crates/env/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "powerpack-env"
3-
version = "0.4.2"
3+
version = "0.5.0"
44
authors = ["Ross MacArthur <[email protected]>"]
55
edition = "2021"
66
description = "⚡ Useful environment variables in Alfred workflows."

0 commit comments

Comments
 (0)