Releases: marler8997/zigup
Releases · marler8997/zigup
v2025_01_02
What's Changed
- add the How to Install section to README.md by @marler8997 in #130
- link to new install page in README.md by @marler8997 in #131
- Updated build.zig to support new LazyPath syntax by @DaJobat in #133
- Fixed compilation for zig 0.13 by @pierrelgol in #136
- use std.zip and remove our copy by @marler8997 in #138
- update for deprecated aliases in std by @dweiller in #140
- add windows-aarch64 to ci build by @marler8997 in #149
- update win32exelink for deprecated std alias by @dweiller in #143
- zig fmt by @marler8997 in #156
- rework tests by @marler8997 in #157
- switch from goto-bus-stop/setup-zig to mlugg/setup-zig by @marler8997 in #137
- add support for 3rd party index by @mangas in #155
New Contributors
- @DaJobat made their first contribution in #133
- @pierrelgol made their first contribution in #136
- @dweiller made their first contribution in #140
- @mangas made their first contribution in #155
Full Changelog: v2024_05_05...v2025_01_02
Release `tar.gz` for non-windows and add more linux arches
What's Changed
- add zip cmdline tool by @marler8997 in #127
- rework ci (generate
.tar.gz
files for non-windows) by @marler8997 in #125 - support more cpu arches for linux by @marler8997 in #129
Full Changelog: v2024_05_04...v2024_05_05
v2024_05_04
What's Changed
- zig update 0.12.0 (remove ziget dependency) by @marler8997 in #119
- remove zarc in favor us custom unzip implementation by @marler8997 in #121
- build windows ci target in ReleaseSafe for faster zip extraction by @marler8997 in #124
New Contributors
- @mikestonecodes made their first contribution in #122
Full Changelog: v2024_03_13...v2024_05_04
v2024_03_13
What's Changed
- gracefully handle PATH entires we don't have access to by @marler8997 in #115
Full Changelog: v2024_02_25...v2024_03_13
v2024_02_25
What's Changed
- Add zigup list to the help message by @rsepassi in #85
- zig update 0.11.0 by @marler8997 in #96
- zig fmt by @marler8997 in #99
- handle when zig path link exists as a non-symlink entry by @marler8997 in #111
New Contributors
Full Changelog: v2023_07_27...v2024_02_25
v2023_07_27
What's Changed
- update zig path link even if it's lower priority in PATH by @marler8997 in #83
- built with zig version 0.11.0-dev.86+b83e4d965 by @marler8997 in #72
- added MIT-0 License by @marler8997 in #73
New Contributors
- @rigobert9 made their first contribution in #74
- @tristanisham made their first contribution in #89
Full Changelog: v2022_08_25...v2023_07_27
v2022_08_25
What's Changed
- zig update: IterableDir by @marler8997 in #61
- upgrade versions in test so it works on macos-aarch64 by @marler8997 in #62
- riscv64 added by @kassane in #58
- Add CI build for aarch64 for all platforms by @xEgoist in #67
New Contributors
Full Changelog: v2022_07_04...v2022_08_25
v2022_07_04
What's Changed
- Implement command: zigup run by @iddev5 in #52
- zig update: accomodate language changes and fix non-release URL by @marler8997 in #57
Full Changelog: v2022_02_08...v2022_07_04
Cross Compiled Binaries
What's Changed
- detect if zig path exe link is hidden by another program in PATH by @marler8997 in #40
- normalize install dir, update README by @marler8997 in #41
- fix clean (mostly for windows) by @marler8997 in #42
- fix bug in fixdeletetree.zig by @marler8997 in #43
- Return 0 code on help command and pass cli arguments to zig build run by @iddev5 in #45
- zig update: update zarc by @marler8997 in #47
- cross compile on CI by @marler8997 in #50
Full Changelog: v2022_01_14...v2022_02_08
Use and exelink on Windows
The big change here is that now on Windows we've switched to using an executable rather than a batch file to call the default compiler.
What's Changed
- update ziget by @marler8997 in #30
- update ziget (build refactored) by @marler8997 in #31
- remove ziget build files copy using recusive zig build by @marler8997 in #29
- make "default" command fail for non-existent compilers by @marler8997 in #32
- zig update by @marler8997 in #37
- Implement
zigup default master
by @iddev5 in #34 - Use an "exelink" instead of a batch file on Windows by @marler8997 in #38
New Contributors
Full Changelog: v2021_10_16...v2022_01_14