Releases: pkgxdev/pkgx
Releases · pkgxdev/pkgx
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
v2.3.2
Full Changelog: v2.3.1...v2.3.2
v2.3.1
v2.3.0
What's Changed
- If PKGX_PANTRY_DIR is set, don’t blow it away by @mxcl in #1121
- Update strum requirement from 0.26 to 0.27 in /crates/lib by @dependabot in #1119
- Update strum_macros requirement from 0.26 to 0.27 in /crates/lib by @dependabot in #1120
- Update link in README for hydrate.rs by @catsby in #1122
- Clone pantry to same location as pkgx^1 by @mxcl in #1125
- Bump rusqlite, update rest within constraints by @mxcl in #1126
- Attempt to add our TLS certificate to the binary by @mxcl in #1118
New Contributors
Full Changelog: v2.2.1...v2.3.0
v1.5.0
What's Changed
- v1: uninstall if needed during install by @felipecrs in #1111
Full Changelog: v1.4.1...v1.5.0