zig-unofficial-releases

Releases of Zig done every 2 weeks.

Use this list if you want to use/support a newer version of Zig than the latest release.

Goals:

The summary for each release will prioritize “breaking” and “bigger” public facing changes at the top.

Release Table

Date Version The Gist
2023-06-29 0.11.0-dev.3886+0c1bfe271 summary @xToY renamed to @yFromX
2023-05-29 0.11.0-dev.3312+ab37ab33c summary lang: strict separation of comptime from runtime
2023-05-15 0.11.0-dev.3132+465272921 summary std.build.*Step renamed to std.Build.Step.*
2023-04-30 0.11.0-dev.2892+fd6200eda summary @memcpy/@memset now work with slices
2023-04-16 0.11.0-dev.2619+bd3e248c7 summary HTTP Server added to std
2023-04-02 0.11.0-dev.2336+5b82b4004 summary  
2023-03-18 0.11.0-dev.2157+f56f3c582 summary zig build parallelism
2023-03-04 0.11.0-dev.1862+e7f128c20 summary new for-loop syntax
2023-02-18 0.11.0-dev.1639+438b71155 summary build API refactored
2023-02-01 0.11.0-dev.1507+6f13a725a last version before the build API was changed

0.11.0-dev.3886+0c1bfe271 Summary

Platform Download Link
windows x86_64 | x86 | aarch64
macos aarch64 | x86_64
linux x86_64 | x86 | aarch64 | riscv64 | powerpc64le | powerpc

This release comes after a 3.5-week wait instead of the casual 2 weeks.

0.11.0-dev.3312+ab37ab33c

Platform Download Link
windows x86_64 | x86 | aarch64
macos aarch64 | x86_64
linux x86_64 | x86 | aarch64 | riscv64 | powerpc64le | powerpc

0.11.0-dev.3132+465272921 Summary

Platform Download Link
windows x86_64 | x86 | aarch64
macos aarch64 | x86_64
linux x86_64 | x86 | aarch64 | riscv64 | powerpc64le | powerpc

0.11.0-dev.2892+fd6200eda Summary

Platform Download Link
windows x86_64 | x86 | aarch64
macos aarch64 | x86_64
linux x86_64 | x86 | aarch64 | riscv64 | powerpc64le | powerpc

0.11.0-dev.2619+bd3e248c7 Summary

Platform Download Link
windows x86_64 | x86 | aarch64
macos aarch64 | x86_64
linux x86_64 | x86 | aarch64 | riscv64 | powerpc64le | powerpc

0.11.0-dev.2336+5b82b4004 Summary

Platform Download Link
windows x86_64 | x86 | aarch64
macos aarch64 | x86_64
linux x86_64 | x86 | aarch64 | riscv64 | powerpc64le | powerpc

0.11.0-dev.2157+f56f3c582 Summary

Platform Download Link
windows x86_64 | x86 | aarch64
macos aarch64 | x86_64
linux x86_64 | x86 | aarch64 | riscv64 | powerpc64le | powerpc

0.11.0-dev.1862+e7f128c20 Summary

Platform Download Link
windows x86_64 | x86 | aarch64
macos aarch64 | x86_64
linux x86_64 | x86 | aarch64 | riscv64 | powerpc64le | powerpc
--pkg-begin foo foo.zig --pkg-begin bar bar.zig --pgk-end --pkg-end `

Now becomes:

--deps foo --mod foo:bar:foo.zig --mod bar::bar.zig

0.11.0-dev.1639+438b71155 Summary

Platform Download Link
windows x86_64 | x86 | aarch64
macos aarch64 | x86_64
linux x86_64 | x86 | aarch64 | riscv64 | powerpc64le | powerpc