aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChris Boesch <[email protected]>2023-03-04 16:15:30 +0100
committerGitHub <[email protected]>2023-03-04 16:15:30 +0100
commitf10f9efe7f092a662a529ee59e25c75cb60a90be (patch)
tree4262da1440019beb86e695497037db3ddeac1e0d /README.md
parent582f3b1b09cdbca7b27fc657998a4658439e45d7 (diff)
parent101151f3f130f845a534caa00537846b70150ac7 (diff)
downloadziglings-f10f9efe7f092a662a529ee59e25c75cb60a90be.tar.xz
ziglings-f10f9efe7f092a662a529ee59e25c75cb60a90be.zip
Merge pull request #196 from chrboesch/for-loops
exercise for new for-loops
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f54e8d5..229fe3f 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ Verify the installation and build number of `zig` like so:
```bash
$ zig version
-0.11.0-dev.1711+xxxxxxxxx
+0.11.0-dev.1844+xxxxxxxxx
```
Clone this repository with Git:
@@ -82,7 +82,7 @@ about input:
### Version Changes
-Version-0.11.0-dev.1711+xxxxxxxxx
+Version-0.11.0-dev.1844+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`)