aboutsummaryrefslogtreecommitdiff
path: root/Zig.novaextension
diff options
context:
space:
mode:
Diffstat (limited to 'Zig.novaextension')
-rw-r--r--Zig.novaextension/CHANGELOG.md6
-rw-r--r--Zig.novaextension/extension.json2
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",