diff options
| author | Chris Boesch <[email protected]> | 2023-02-15 19:28:27 +0100 |
|---|---|---|
| committer | Chris Boesch <[email protected]> | 2023-02-15 19:28:27 +0100 |
| commit | 561484280c901c4089002ce7f16e33367f0cc55c (patch) | |
| tree | f5b4189c1edcff23546215e234d967dacca9a8c4 /README.md | |
| parent | 25579134026d0ff8072de6d4ff506825fed686ac (diff) | |
| download | ziglings-561484280c901c4089002ce7f16e33367f0cc55c.tar.xz ziglings-561484280c901c4089002ce7f16e33367f0cc55c.zip | |
update to version 1636
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -41,7 +41,7 @@ Verify the installation and build number of `zig` like so: ```bash $ zig version -0.11.0-dev.1602+xxxxxxxxx +0.11.0-dev.1638+xxxxxxxxx ``` Clone this repository with Git: @@ -81,8 +81,8 @@ about input: ### Version Changes -Version-0.11.0-dev.1602+xxxxxxxxx -* *2023-02-12* zig 0.11.0-dev.1602 - +Version-0.11.0-dev.1638+xxxxxxxxx +* *2023-02-12* zig 0.11.0-dev.1638 - changes in `std.Build` cache_root now returns a directory struct * *2023-02-04* zig 0.11.0-dev.1568 - changes in `std.Build` (combine `std.build` and `std.build.Builder` into `std.Build`) * *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 |
