diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2023-01-21 14:41:35 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-21 14:41:35 +0100 |
| commit | 68af87518f1b56170bb6c526fe0770c3c20ebabb (patch) | |
| tree | 9e62c59d47a7db243fa9cb0a7b171c66cf58416b /README.md | |
| parent | e978b09a0ac98919cbad5fe89d2e8e8adbea5a1c (diff) | |
| parent | 69a02c5ec4f279feb750e97cf079525947c944e7 (diff) | |
Merge branch 'main' into check_output_len
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -41,7 +41,7 @@ Verify the installation and build number of `zig` like so: ```bash $ zig version -0.10.0-dev.3978+xxxxxxxxx +0.11.0-dev.1302+xxxxxxxxx ``` Clone this repository with Git: @@ -61,8 +61,8 @@ $ zig build The Zig language is under very active development. In order to be current, Ziglings tracks **development** builds of the Zig compiler rather than -versioned **release** builds. The last stable release was `0.9.1`, but Ziglings -needs a dev build with pre-release version "0.10.0" and a build number at least +versioned **release** builds. The last stable release was `0.10.0`, but Ziglings +needs a dev build with pre-release version "0.11.0" and a build number at least as high as that shown in the example version check above. It is likely that you'll download a build which is _greater_ than the minimum. @@ -81,6 +81,8 @@ about input: ### Version Changes +Version-0.11.0-dev.1302+d813cef42 +* *2023-01-14* zig 0.11.0-dev.1302 - changes in `@addWithOverflow` (now returns a tuple) and `@typeInfo`; temporary disabled async functionality * *2022-09-09* zig 0.10.0-dev.3978 - change in `NativeTargetInfo.detect` in build * *2022-09-06* zig 0.10.0-dev.3880 - Ex 074 correctly fails again: comptime array len * *2022-08-29* zig 0.10.0-dev.3685 - `@typeName()` output change, stage1 req. for async @@ -160,6 +162,7 @@ Core Language * [x] Quoted identifiers @"" * [x] Anonymous structs/tuples/lists * [ ] Async <--- IN PROGRESS! +* [ ] Interfaces ## Contributing |
