diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-01-07 20:05:10 +0100 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-01-07 20:05:10 +0100 |
| commit | 9b18647fd23f81388d34dbc3886b96d42092c48f (patch) | |
| tree | 764bd037bb94ac315e8b2efbba12cb54ce63e30f /README.md | |
| parent | 878bebb1d1911682f1519cfc7ce4445ec31da6bc (diff) | |
| parent | 639a763044415e15ee78d0a5f878ecdf24fc19b6 (diff) | |
Merge pull request 'adjust temp files' (#350) from i348 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/350
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -38,7 +38,8 @@ is incredibly friendly and helpful! Install a [development build](https://ziglang.org/download/) of the Zig compiler. (See the "master" section of the downloads -page.) +page.) Sometimes the latest build is not available there; +in that case, you can download it directly from the [build directory](https://ziglang.org/download/index.json). Verify the installation and build number of `zig` like so: @@ -86,6 +87,7 @@ that if you update one, you may need to also update the other. ### Version Changes +* 2026-01-07 zig 0.16.0-dev.2040 - adjust temp files, see [#30683](https://codeberg.org/ziglang/zig/pulls/30683) * 2026-01-06 zig 0.16.0-dev.1976 - move process API to `std.Io` and changes to main/environ/argv, see [#30644](https://codeberg.org/ziglang/zig/pulls/30644) * *2025-12-28* zig 0.16.0-dev.1859 - file system I/O integrated with the std.Io interface, see [#30232](https://codeberg.org/ziglang/zig/pulls/30232) * *2025-11-01* zig 0.16.0-dev.1204 - more changes due to new I/O API, see [#25592](https://github.com/ziglang/zig/pull/25592) |
