diff options
| author | David Czihak <git@dcz.at> | 2026-05-11 17:47:32 +0200 |
|---|---|---|
| committer | David Czihak <git@dcz.at> | 2026-05-11 17:49:16 +0200 |
| commit | 0a991e9463da215b75223d93f501fa8d1440b9ec (patch) | |
| tree | dd98a9880cd2fb472a81121a2b81ad3bbfb896c8 | |
| parent | bf0eacb506bc8125b0ab8d438913e54feba63391 (diff) | |
Release: 0.2.1v0.2.1
| -rw-r--r-- | Zig.novaextension/CHANGELOG.md | 6 | ||||
| -rw-r--r-- | Zig.novaextension/extension.json | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/Zig.novaextension/CHANGELOG.md b/Zig.novaextension/CHANGELOG.md index 7f76537..0c91b23 100644 --- a/Zig.novaextension/CHANGELOG.md +++ b/Zig.novaextension/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.2.1 — 2026-05-11 + +- Compiler errors and warnings now clear properly before each build instead of accumulating across runs. +- Fixed `-D` user options not being passed to `zig build` when set via the task configuration. +- Issue matcher split into separate patterns for errors, warnings, and notes. + ## 0.2.0 — 2026-05-10 *Zig Package* is now **Zig build**. The macOS Terminal variant is gone — use the new Console setting instead. diff --git a/Zig.novaextension/extension.json b/Zig.novaextension/extension.json index e78f59f..fa5da62 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.0", + "version": "0.2.1", "license": "BSD-2-Clause", "description": "Zig language support – ZLS, LLDB, Tree-Sitter grammar", |
