Releases: pkgxdev/pkgx
Releases · pkgxdev/pkgx
v2.10.3
v2.10.2
v2.10.1
v2.10.0
What's Changed
- Bump bytes from 1.9.0 to 1.11.1 by @dependabot[bot] in #1225
- Bump actions/download-artifact from 6 to 7 by @dependabot[bot] in #1226
- Bump aws-actions/configure-aws-credentials from 5 to 6 by @dependabot[bot] in #1227
- Bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in #1228
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #1229
- Update nix requirement from 0.30.1 to 0.31.1 in /crates/cli by @dependabot[bot] in #1232
- Update reqwest requirement from 0.12 to 0.13 in /crates/lib by @dependabot[bot] in #1233
- Update nix requirement from 0.30.1 to 0.31.1 in /crates/lib by @dependabot[bot] in #1234
- Update rusqlite requirement from 0.37.0 to 0.38.0 in /crates/cli by @dependabot[bot] in #1230
- fix CVE-2025-62518 by @jhheider in #1235
- Update strum_macros requirement from 0.27 to 0.28 in /crates/lib by @dependabot[bot] in #1237
- Update strum requirement from 0.27 to 0.28 in /crates/lib by @dependabot[bot] in #1238
- ci: add phase6 quality gate workflow by @timothytlewis in #1239
- Bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in #1242
- Bump actions/checkout from 4 to 6 by @dependabot[bot] in #1241
- Bump actions/download-artifact from 7 to 8 by @dependabot[bot] in #1240
- Bump docker/setup-qemu-action from 3 to 4 by @dependabot[bot] in #1246
- Bump docker/metadata-action from 5 to 6 by @dependabot[bot] in #1245
- Bump docker/login-action from 3 to 4 by @dependabot[bot] in #1243
- Bump docker/setup-buildx-action from 3 to 4 by @dependabot[bot] in #1244
- Bump quinn-proto from 0.11.13 to 0.11.14 by @dependabot[bot] in #1247
- Bump pkgxdev/setup from 4 to 5 by @dependabot[bot] in #1248
- Bump astral-tokio-tar from 0.5.6 to 0.6.0 by @dependabot[bot] in #1251
- Update rusqlite requirement from 0.38.0 to 0.39.0 in /crates/lib by @dependabot[bot] in #1250
- Bump rustls-webpki from 0.103.9 to 0.103.10 by @dependabot[bot] in #1252
- fix finding binaries in the PKGX_PANTRY_DIR by @jhheider in #1253
- fix dependabot alerts by @jhheider in #1254
- bump version by @jhheider in #1255
New Contributors
- @timothytlewis made their first contribution in #1239
Full Changelog: v2.9.0...v2.10.0
v2.9.0
v2.8.0
What's Changed
- Bump tokio from 1.43.0 to 1.43.1 by @dependabot[bot] in #1167
- Update indicatif requirement from 0.17.9 to 0.18.3 in /crates/cli by @dependabot[bot] in #1217
- Use SUDO_HOME environment variable to derive the pkgx directory if it is set by @tclementdev in #1219
- Bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #1212
- Bump actions/download-artifact from 4 to 6 by @dependabot[bot] in #1211
- Update rusqlite requirement from 0.33.0 to 0.37.0 in /crates/cli by @dependabot[bot] in #1205
- Bump aws-actions/configure-aws-credentials from 4 to 5 by @dependabot[bot] in #1202
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #1200
- Update rusqlite requirement from 0.33.0 to 0.37.0 in /crates/lib by @dependabot[bot] in #1195
- Update console requirement from 0.15 to 0.16 in /crates/cli by @dependabot[bot] in #1193
- Update nix requirement from 0.29.0 to 0.30.1 in /crates/lib by @dependabot[bot] in #1171
- Bump ring from 0.17.8 to 0.17.14 by @dependabot[bot] in #1178
- Bump nosborn/github-action-markdown-cli from 3.4.0 to 3.5.0 by @dependabot[bot] in #1189
- Update nix requirement from 0.29.0 to 0.30.1 in /crates/cli by @dependabot[bot] in #1172
- update libsemverator dep by @jhheider in #1223
- Improve error message for version intersection conflicts by @chudnyi in #1216
- Revamp --query by @felipecrs in #1187
New Contributors
- @tclementdev made their first contribution in #1219
- @chudnyi made their first contribution in #1216
Full Changelog: v2...v2.8.0
v2.7.0
v2.6.0
What's Changed
- Update faq.md by @teoljungberg in #1159
- Refactor by @mxcl in #1161
- Support
@latestby @mxcl in #1162 - --json=v2 by @mxcl in #1163
New Contributors
- @teoljungberg made their first contribution in #1159
Full Changelog: v2.5.0...v2.6.0
v2.5.0
v2.4.0
- Windows
- Experimental & limited packages available
- Compile it yourself for now
--shebang,-!- for faster, more efficient pkgx stubs
- eg.
#!/usr/bin/env -S pkgx -! cmakeexecutescmake "$@" - Previously this would fail due to the shebang handler adding the filename of the script after the
cmakeargument - The
--shebangflag drops this argument
- Quit littering
~.pkgxwith tmp files
Full Changelog: v2.3.2...v2.4.0