Skip to content

Commit 3ed2837

Browse files
authored
docs(INSTALLATION): specify supported Zig version (#339)
Closes: #173
1 parent 3369e5e commit 3ed2837

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/INSTALLATION.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
There are many ways to install Zig, and the number of ways to install Zig are steadily increasing as the language matures.
44
Fortunately, all of the popular installation methods are listed on the [Zig install page][install-zig].
55

6+
## Zig version
7+
8+
Exercism currently supports Zig 0.11.0 (released on 2023-08-04) only.
9+
10+
An exercise may be compatible with a different Zig version, but that isn't guaranteed.
11+
Zig has not yet reached version 1.0, and breaking changes are common.
12+
613
## Additional utilities
714

815
### Zig fmt - Generating well-formatted code

0 commit comments

Comments
 (0)