Skip to content

Commit

Permalink
This is 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rossmacarthur committed Dec 31, 2023
1 parent 81101b5 commit 3f541ca
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["crates/*", "examples/*"]

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

[dependencies]
powerpack-detach = { version = "0.4.2", path = "crates/detach", optional = true }
powerpack-env = { version = "0.4.2", path = "crates/env", optional = true }
powerpack-detach = { version = "0.5.0", path = "crates/detach", optional = true }
powerpack-env = { version = "0.5.0", path = "crates/env", optional = true }
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"

Expand Down
2 changes: 1 addition & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### 0.5.0

*Unreleased*
*December 31st, 2023*

#### powerpack-cli

Expand Down
2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "powerpack-cli"
version = "0.4.2"
version = "0.5.0"
authors = ["Ross MacArthur <[email protected]>"]
edition = "2021"
description = "⚡ Supercharge your Alfred workflows by building them in Rust!"
Expand Down
2 changes: 1 addition & 1 deletion crates/detach/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "powerpack-detach"
version = "0.4.2"
version = "0.5.0"
authors = ["Ross MacArthur <[email protected]>"]
edition = "2021"
description = "⚡ Detach a background process from your Alfred workflow."
Expand Down
2 changes: 1 addition & 1 deletion crates/env/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "powerpack-env"
version = "0.4.2"
version = "0.5.0"
authors = ["Ross MacArthur <[email protected]>"]
edition = "2021"
description = "⚡ Useful environment variables in Alfred workflows."
Expand Down

0 comments on commit 3f541ca

Please sign in to comment.