New
v2025_04_20
What's Changed
- print nice error for invalid --index URL parameter by @marler8997 in https://github.com/marler8997/zigup/pull/164
- improvements to --index by @marler8997 in https://github.com/marler8997/zigup/pull/165
- set optimize mode and strip options by @ivansantiagojr in https://github.com/marler8997/zigup/pull/170
- chore: upgrade Zig from 0.13.0 to 0.14.0 by @jobansd in https://github.com/marler8997/zigup/pull/173
- Change default install path to $XDG_DATA_HOME/zigup on non-Windows systems by @AloisMahdal in https://github.com/marler8997/zigup/pull/178
- fix CI running out of disk space by @marler8997 in https://github.com/marler8997/zigup/pull/180
- Update README with changed install directory behavior (XDG_DATA_HOME) by @AloisMahdal in https://github.com/marler8997/zigup/pull/181
- Synchronize the list of supported targets with ziglang.org tarballs. by @alexrp in https://github.com/marler8997/zigup/pull/176
- add anyzig to README by @marler8997 in https://github.com/marler8997/zigup/pull/174
- add persistent install-dir setting by @marler8997 in https://github.com/marler8997/zigup/pull/183
New Contributors
- @ivansantiagojr made their first contribution in https://github.com/marler8997/zigup/pull/170