aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChris Boesch <[email protected]>2024-02-16 15:19:10 +0100
committerChris Boesch <[email protected]>2024-02-16 15:19:10 +0100
commit55b2ac4c5f0da387da1844f8f0ca1efdc16c8a80 (patch)
tree4529cd60deb237904779101e617bc4267141cecd /README.md
parent099d0bba93d1e6584db873e897cc2cdcf0d331cb (diff)
downloadziglings-55b2ac4c5f0da387da1844f8f0ca1efdc16c8a80.tar.xz
ziglings-55b2ac4c5f0da387da1844f8f0ca1efdc16c8a80.zip
Zig version adjusted.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7f648e4..ba7ffa8 100644
--- a/README.md
+++ b/README.md
@@ -96,7 +96,8 @@ that if you update one, you may need to also update the other.
### Version Changes
-Version-0.12.0-dev.2043
+Version-0.12.0-dev.2618
+* *2024-02-05* zig 0.12.0-dev.2618 - changes in `build system` - from `Step.zig_exe` to `Step.graph.zig_exe` - see[#18778](https://github.com/ziglang/zig/issues/18778)
* *2024-01-05* zig 0.12.0-dev.2043 - rename of `std.Build.FileSource` to `std.Build.LazyPath` - see[#16353](https://github.com/ziglang/zig/issues/16353)
* *2023-10-24* zig 0.12.0-dev.1243 - changes in `std.ChildProcess`: renamed exec to run - see[#5853](https://github.com/ziglang/zig/issues/5853)
* *2023-06-26* zig 0.11.0-dev.4246 - changes in compile step (now it can be null)