Skip to content

Commit 817d4c8

Browse files
committed
update readme
1 parent 6cca6c0 commit 817d4c8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ If you use this library, expect to have to make changes when you update the code
1313

1414
# Zig release support
1515

16-
`zig-sqlite` only tracks Zig master (as can be found [here](https://ziglang.org/download/)). The plan is to support releases once Zig 1.0 is released but this can still change.
16+
`zig-sqlite` follows Zig's release structure:
17+
- [master](https://github.com/vrischmann/zig-sqlite) tracks Zig master
18+
- [zig-0.14.0](https://github.com/vrischmann/zig-sqlite/tree/zig-0.14.0) tracks Zig 0.14.0
1719

18-
So your mileage may vary if you try to use `zig-sqlite`.
20+
The plan is to support releases once Zig 1.0 is released but this can still change.
1921

2022
# Table of contents
2123

0 commit comments

Comments
 (0)