From b17a3fba6c2adaebda3f4e2862ef5f61be4740aa Mon Sep 17 00:00:00 2001 From: torque Date: Mon, 15 Jan 2024 16:30:26 -0800 Subject: [PATCH] readme: update zig support status --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68e455e..f7611ca 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Only tagged release versions of `nats.c` will be used. The current version of `n # Zig Version Support -Since the language is still under active development, any written Zig code is a moving target. The plan is to support Zig `0.11.*` exclusively until the NATS library API has good coverage and is stabilized. At that point, if there are major breaking changes, a maintenance branch will be created, and master will probably move to track Zig master. +Since the language is still under active development, any written Zig code is a moving target. The master branch targets zig 0.12 development versions (though it is not guaranteed to work with all versions. Check the commit history for specific version updates). The `zig-0.11.x` branch targets the current stable zig release, 0.11. # Using