New
v2025_01_02
What's Changed
- add the How to Install section to README.md by @marler8997 in https://github.com/marler8997/zigup/pull/130
- link to new install page in README.md by @marler8997 in https://github.com/marler8997/zigup/pull/131
- Updated build.zig to support new LazyPath syntax by @DaJobat in https://github.com/marler8997/zigup/pull/133
- Fixed compilation for zig 0.13 by @pierrelgol in https://github.com/marler8997/zigup/pull/136
- use std.zip and remove our copy by @marler8997 in https://github.com/marler8997/zigup/pull/138
- update for deprecated aliases in std by @dweiller in https://github.com/marler8997/zigup/pull/140
- add windows-aarch64 to ci build by @marler8997 in https://github.com/marler8997/zigup/pull/149
- update win32exelink for deprecated std alias by @dweiller in https://github.com/marler8997/zigup/pull/143
- zig fmt by @marler8997 in https://github.com/marler8997/zigup/pull/156
- rework tests by @marler8997 in https://github.com/marler8997/zigup/pull/157
- switch from goto-bus-stop/setup-zig to mlugg/setup-zig by @marler8997 in https://github.com/marler8997/zigup/pull/137
- add support for 3rd party index by @mangas in https://github.com/marler8997/zigup/pull/155
New Contributors
- @DaJobat made their first contribution in https://github.com/marler8997/zigup/pull/133
- @pierrelgol made their first contribution in https://github.com/marler8997/zigup/pull/136
- @dweiller made their first contribution in https://github.com/marler8997/zigup/pull/140
- @mangas made their first contribution in https://github.com/marler8997/zigup/pull/155
Full Changelog: https://github.com/marler8997/zigup/compare/v2024_05_05...v2025_01_02