diff options
| author | Chris Boesch <[email protected]> | 2023-02-21 21:55:32 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-02-21 21:55:32 +0100 |
| commit | fb029e6982e1d07769beb5bb71e971b47142a37c (patch) | |
| tree | a05f43a987e59dbafacea3c5392b23f6a075e8da /README.md | |
| parent | c34380e939386d390f99a4f2d020fbd086988faa (diff) | |
| download | ziglings-fb029e6982e1d07769beb5bb71e971b47142a37c.tar.xz ziglings-fb029e6982e1d07769beb5bb71e971b47142a37c.zip | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -42,7 +42,7 @@ Verify the installation and build number of `zig` like so: ```bash $ zig version -0.11.0-dev.11711+xxxxxxxxx +0.11.0-dev.1711+xxxxxxxxx ``` Clone this repository with Git: @@ -82,7 +82,7 @@ about input: ### Version Changes -Version-0.11.0-dev.11711+xxxxxxxxx +Version-0.11.0-dev.1711+xxxxxxxxx * *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 * *2023-02-04* zig 0.11.0-dev.1568 - changes in `std.Build` (combine `std.build` and `std.build.Builder` into `std.Build`) |
