Skip to content

Commit 8660a06

Browse files
committed
v2.5.0 (v0.5.0)
1 parent 06f39cb commit 8660a06

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: include GPG pubkey
4141
run: echo "${{ secrets.GPG_PUBLIC_KEY }}" | base64 -d > $FILENAME/pkgx.dev.pub.asc
4242
- run: tar cJf $FILENAME.tar.xz $FILENAME
43-
- run: tar czf $FILENAME.tar.zz $FILENAME
43+
- run: tar czf $FILENAME.tar.gz $FILENAME
4444
- name: attach srcs to release
4545
run: gh release upload --clobber
4646
v${{ github.event.inputs.version }}

Cargo.lock

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

crates/cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "pkgx"
33
description = "Run anything"
44
authors = ["Max Howell <[email protected]>", "Jacob Heider <[email protected]>"]
55
license = "Apache-2.0"
6-
version = "2.4.0"
6+
version = "2.5.0"
77
edition = "2021"
88
repository = "https://github.com/pkgxdev/pkgx"
99

@@ -14,7 +14,7 @@ regex = "1.11.1"
1414
indicatif = "0.17.9"
1515
nix = { version = "0.29.0", features = ["process"] }
1616
serde_json = "1.0.135"
17-
libpkgx = { version = "0.4.0", path = "../lib" }
17+
libpkgx = { version = "0.5.0", path = "../lib" }
1818
console = { version = "0.15", default-features = false, features = [
1919
"ansi-parsing",
2020
] }

crates/lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "libpkgx"
33
description = "Install and run `pkgx` packages"
44
authors = ["Max Howell <[email protected]>", "Jacob Heider <[email protected]>"]
55
license = "Apache-2.0"
6-
version = "0.4.0"
6+
version = "0.5.0"
77
edition = "2021"
88
repository = "https://github.com/pkgxdev/pkgx"
99

0 commit comments

Comments
 (0)