diff options
Diffstat (limited to 'Zig.novaextension')
| -rw-r--r-- | Zig.novaextension/CHANGELOG.md | 5 | ||||
| -rw-r--r-- | Zig.novaextension/extension.json | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/Zig.novaextension/CHANGELOG.md b/Zig.novaextension/CHANGELOG.md index 0c91b23..2b1342e 100644 --- a/Zig.novaextension/CHANGELOG.md +++ b/Zig.novaextension/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.2.2 – 2026-05-12 + +- Throttle step discovery to stop trying if there are build errors +- Reworked README + ## 0.2.1 — 2026-05-11 - Compiler errors and warnings now clear properly before each build instead of accumulating across runs. diff --git a/Zig.novaextension/extension.json b/Zig.novaextension/extension.json index 5684d99..2a85487 100644 --- a/Zig.novaextension/extension.json +++ b/Zig.novaextension/extension.json @@ -2,7 +2,7 @@ "identifier": "at.dcz.nova-zig", "organization": "David Czihak", "name": "Zig", - "version": "0.2.1", + "version": "0.2.2", "license": "BSD-2-Clause", "description": "Zig language support – ZLS, LLDB, Tree-Sitter grammar", |
