Releases: marler8997/anyzig
Releases · marler8997/anyzig
v2025_10_15
What's Changed
- support ".zig_version" in build.zig.zon by @marler8997 in #63
Full Changelog: v2025_08_13...v2025_10_15
v2025_08_13
Just a few changes to make it easier to build anyzig for package managers.
What's Changed
- only install version-release file in the ci step by @marler8997 in #60
Full Changelog: v2025_08_03...v2025_08_13
v2025_08_03
What's Changed
- Add handling for FreeBSD and NetBSD. by @alexrp in #49
- add Cmdline abstraction by @marler8997 in #57
- fix: crash when help message for an init command is requested by @lufemaho in #56
New Contributors
Full Changelog: v2025_06_07...v2025_08_03
v2025_06_07
What's Changed
- Added feature to show installed versions by @mirror-shades in #45
- fetch/progress reporting improvements by @marler8997 in #48
New Contributors
- @mirror-shades made their first contribution in #45
Full Changelog: v2025_05_25...v2025_06_07
v2025_05_25
What's Changed
- add "any" subcommand with "version" and "set-verbosity" by @marler8997 in #39
- you can now disable anyzig's extra logging on your system with
zig any set-verbosity-level warn
- you can now disable anyzig's extra logging on your system with
- don't be fooled by Build.zig on case insensitive filesystems by @marler8997 in #40
- Add
s390x-linuxsupport. by @alexrp in #43
Full Changelog: v2025_05_24...v2025_05_25
v2025_05_24
What's Changed
- add support for specifying "master" version by @marler8997 in #28
- fix 404 not found from OS-ARCH url swap to ARCH-OS in 0.14.1 and dev versions by @marler8997 in #38
Full Changelog: v2025_04_24...v2025_05_24
v2025_04_24
What's Changed
- derive build root from --build-file if given by @marler8997 in #25
- Fix the
anyzlsdownload on linux and macos. by @tlaferriere in #18
New Contributors
- @tlaferriere made their first contribution in #18
Full Changelog: v2025_03_06...v2025_04_24
v2025_03_06
What's Changed
- Synchronize the list of supported targets with ziglang.org tarballs. by @alexrp in #15
- fix getpid by @marler8997 in #16
New Contributors
Full Changelog: v2025_03_05...v2025_03_06
v2025_03_05
What's Changed
- add LockFile to avoid multiprocess race conditions for downloading files by @marler8997 in #11
- update to zig update 0.14.0 which also means compiler binaries will live inside the global cache using the new hash style
- hashstore is now one file per hash and it automatically deletes files with invalid hashes
Full Changelog: v2025_02_21...v2025_03_05