summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2025-08-11 09:56:54 +0200
committerChris Boesch <chrboesch@noreply.codeberg.org>2025-08-11 09:56:54 +0200
commit82d8f06ffaed06a297bac98cc50ef6536fad95f1 (patch)
tree65e8b2bff2f3ad21d248c2117cdc1947c4af9ab8
parent8284ff2a4c09c4b2adf2ea2d01c1f86fa4ef392f (diff)
parent80528613c2a1d2b9685c0d8fbe2a1357ecf265d8 (diff)
Merge pull request 'Fixed zig version' (#289) from readme into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/289
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c3fc8a0..7800942 100644
--- a/README.md
+++ b/README.md
@@ -87,7 +87,7 @@ that if you update one, you may need to also update the other.
### Version Changes
-Version-0.15.0-dev.1092
+Version-0.15.0-dev.1380
* *2025-08-08* zig 0.15.0-dev.1380 - changes in build system, see [#24588](https://github.com/ziglang/zig/pull/24588)
* *2025-07-22* zig 0.15.0-dev.1092 - various changes due to new I/O API, see [#24488](https://github.com/ziglang/zig/pull/24488)
* *2024-09-16* zig 0.14.0-dev.1573 - introduction of labeled switch, see [#21257](https://github.com/ziglang/zig/pull/21257)