diff options
author | Dave Gauer <dave@ratfactor.com> | 2022-08-29 21:00:45 -0400 |
---|---|---|
committer | Dave Gauer <dave@ratfactor.com> | 2022-08-29 21:00:45 -0400 |
commit | a723a4c1df3276b31733e13b16a33e859c831188 (patch) | |
tree | a6a2e588771f751d1ea87e61d6744f6c908d7205 /README.md | |
parent | ac386708d406f13a7139fdde9fb310e1dd6870ad (diff) | |
download | ziglings-a723a4c1df3276b31733e13b16a33e859c831188.tar.gz ziglings-a723a4c1df3276b31733e13b16a33e859c831188.tar.bz2 ziglings-a723a4c1df3276b31733e13b16a33e859c831188.tar.xz ziglings-a723a4c1df3276b31733e13b16a33e859c831188.zip |
Update Zig development build minimum version
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -41,7 +41,7 @@ Verify the installation and build number of `zig` like so: ```bash $ zig version -0.10.0-dev.3385+xxxxxxxxx +0.10.0-dev.3685+xxxxxxxxx ``` Clone this repository with Git: @@ -81,6 +81,7 @@ about input: ### Version Changes +* *2022-08-29* zig 0.10.0-dev.3685 - @typeName() output change, stage1 req. for async * *2022-07-31* zig 0.10.0-dev.3385 - std lib string fmt() option changes * *2022-03-19* zig 0.10.0-dev.1427 - method for getting sentinel of type changed * *2021-12-20* zig 0.9.0-dev.2025 - `c_void` is now `anyopaque` |