mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-08 11:20:46 -05:00
Merge pull request #158 from chrboesch/readme
update readme for new ziglang version
This commit is contained in:
commit
bb08131538
1 changed files with 4 additions and 2 deletions
|
@ -61,8 +61,8 @@ $ zig build
|
||||||
|
|
||||||
The Zig language is under very active development. In order to be current,
|
The Zig language is under very active development. In order to be current,
|
||||||
Ziglings tracks **development** builds of the Zig compiler rather than
|
Ziglings tracks **development** builds of the Zig compiler rather than
|
||||||
versioned **release** builds. The last stable release was `0.9.1`, but Ziglings
|
versioned **release** builds. The last stable release was `0.10.0`, but Ziglings
|
||||||
needs a dev build with pre-release version "0.10.0" and a build number at least
|
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.
|
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.
|
It is likely that you'll download a build which is _greater_ than the minimum.
|
||||||
|
@ -81,6 +81,8 @@ about input:
|
||||||
|
|
||||||
### Version Changes
|
### Version Changes
|
||||||
|
|
||||||
|
Version-0.11.0-dev.1302+d813cef42
|
||||||
|
* *2023-01-14* zig 0.11.0-dev.1302 - changes in `@addWithOverflow` in builtin functions
|
||||||
* *2022-09-09* zig 0.10.0-dev.3978 - change in `NativeTargetInfo.detect` in build
|
* *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-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
|
* *2022-08-29* zig 0.10.0-dev.3685 - `@typeName()` output change, stage1 req. for async
|
||||||
|
|
Loading…
Reference in a new issue