Skip to content

Commit ae78084

Browse files
committed
This is 0.4.1
1 parent f066a76 commit ae78084

File tree

5 files changed

+11
-9
lines changed

5 files changed

+11
-9
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "powerpack"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = ["Ross MacArthur <[email protected]>"]
55
edition = "2018"
66
description = "⚡ Supercharge your Alfred workflows by building them in Rust!"
@@ -11,7 +11,7 @@ keywords = ["alfred", "workflow"]
1111
categories = ["command-line-utilities"]
1212

1313
[dependencies]
14-
powerpack-detach = { version = "0.4.0", path = "crates/detach", optional = true }
14+
powerpack-detach = { version = "0.4.1", path = "crates/detach", optional = true }
1515
serde = { version = "1.0.136", features = ["derive"] }
1616
serde_json = "1.0.78"
1717

RELEASES.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22

33
### 0.4.1
44

5-
*Unreleased*
5+
*March 20th, 2022*
66

77
#### powerpack-cli
88

9-
- [Fix copying under latest macOS.](#placeholder)
9+
- [Fix copying under latest macOS.][38943ba]
10+
11+
https://github.com/rossmacarthur/powerpack/commit/38943ba0f44b59052b37d1ae1815f9baf31ab068
1012

1113
### 0.4.0
1214

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.0"
3+
version = "0.4.1"
44
authors = ["Ross MacArthur <[email protected]>"]
55
edition = "2018"
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.0"
3+
version = "0.4.1"
44
authors = ["Ross MacArthur <[email protected]>"]
55
edition = "2018"
66
description = "⚡ Detach a background process from your Alfred workflow."

0 commit comments

Comments
 (0)