aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChris Boesch <[email protected]>2023-04-12 19:02:43 +0200
committerGitHub <[email protected]>2023-04-12 19:02:43 +0200
commitbf013df4bfa03de213591befe5c2b1b922712356 (patch)
tree79af9e586dc831b2b79eb8e54a9f151361fd436a /README.md
parent3121ebff304c729aa3bd66015d5667ad9142a487 (diff)
parentbc98057d669c3256c3820bb18ca88d166426da23 (diff)
downloadziglings-bf013df4bfa03de213591befe5c2b1b922712356.tar.xz
ziglings-bf013df4bfa03de213591befe5c2b1b922712356.zip
Merge pull request #235 from perillo/update-to-version-0.11.0-dev.2560
Update the code to the new zig version
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 538138c..fb70a81 100644
--- a/README.md
+++ b/README.md
@@ -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