2025.4 Zig 0.14 Initial
Minor updates for zig 0.14 compatibility. Will not build in zig 0.13 or prior due to zig 0.14 itself. More than likely, any old bugs, are still current bugs. However, give it a shot!
What's Changed
- Changes needed to compile with 0.14.0-dev.2569+30169d1d2 by @damag in https://github.com/const-void/DOOM-fire-zig/pull/18
- Zig 0.14 by @const-void in https://github.com/const-void/DOOM-fire-zig/pull/28 -- repo guidance is updated! See below.
New Contributors
- @tgulacsi made their first contribution c/o https://github.com/const-void/DOOM-fire-zig/issues/11 - zig0.13 to zig0.14
- @damag made their first contribution in https://github.com/const-void/DOOM-fire-zig/pull/18 - zig0.13 to zig0.14
Full Changelog: https://github.com/const-void/DOOM-fire-zig/compare/2025.3...2025.4
Repo Guidance: Branch methodology
With this release, a new branching methodology is implemented - documented in README.MD; each zig version has its own branch.
I will plumb the depths and tease out 0.10 and 0.11 at some point.
- main: - current zig release - I will MR from zig-0.14 to main