diff --git a/content/about/zig-version.md b/content/about/zig-version.md index d8f2144..f7b77c2 100644 --- a/content/about/zig-version.md +++ b/content/about/zig-version.md @@ -9,16 +9,14 @@ rss_ignore: true # Zig version -Mach [nominates new Zig versions](../nominated-zig) periodically, these are **specific Zig nightly versions** and what Mach is built and tested against. Other versions, such as stable or latest-nightly releases, are usually incompatible. - -## Mach nightly +Mach [nominates specific Zig nightly versions](../nominated-zig) periodically, these are what Mach is built and tested against. Other versions, such as stable or latest-nightly releases, are usually incompatible. _We encourage using Mach nightly (`main`, rather than a tagged release) for now._ -Mach nightly is compatible with [Zig 2024.1.0-mach](/about/nominated-zig/#202410-mach) - -## Version history - -### Mach v0.2 +## Supported Zig versions -Mach v0.2 is compatible with Zig v0.11. This was just by coincidence. +| Mach version | Zig version | +|--------------|--------------------------------------------------------| +| latest main | [Zig 2024.1.0-mach](/about/nominated-zig/#202410-mach) | +| v0.3 | [Zig 2024.1.0-mach](/about/nominated-zig/#202410-mach) | +| v0.2 | v0.11.0 |