diff options
| author | David Czihak <git@dcz.at> | 2026-05-12 09:55:17 +0200 |
|---|---|---|
| committer | David Czihak <git@dcz.at> | 2026-05-12 09:55:17 +0200 |
| commit | c535a121e269083c09304ea842912e8de36f5078 (patch) | |
| tree | 34bd8e1c1fb8403aca90b1b8cc2cdac6b42ab1c4 /Zig.novaextension | |
| parent | 798218a9a3ab6495313533a298e1e29e55dd1bff (diff) | |
Release: 0.2.2v0.2.2
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", |
