Merge pull request #235 from perillo/update-to-version-0.11.0-dev.2560

Update the code to the new zig version
This commit is contained in:
Chris Boesch 2023-04-12 19:02:43 +02:00 committed by GitHub
commit 5f6762c351
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 8 deletions

View file

@ -40,7 +40,7 @@ Verify the installation and build number of `zig` like so:
```bash
$ zig version
0.11.0-dev.2401+xxxxxxxxx
0.11.0-dev.2560+xxxxxxxxx
```
Clone this repository with Git:
@ -80,7 +80,8 @@ about input:
### Version Changes
Version-0.11.0-dev.2401+xxxxxxxxx
Version-0.11.0-dev.2560+602029bb2
* *2023-04-07* zig 0.11.0-dev.2401 - fixes of the new build system - #212
* *2023-02-21* zig 0.11.0-dev.2157 - changes in `build system` - new: parallel processing of the build steps
* *2023-02-21* zig 0.11.0-dev.1711 - changes in `for loops` - new: Multi-Object For-Loops + Struct-of-Arrays
* *2023-02-12* zig 0.11.0-dev.1638 - changes in `std.Build` cache_root now returns a directory struct