aboutsummaryrefslogtreecommitdiff
path: root/Zig.novaextension/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'Zig.novaextension/CHANGELOG.md')
-rw-r--r--Zig.novaextension/CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/Zig.novaextension/CHANGELOG.md b/Zig.novaextension/CHANGELOG.md
index 3786150..88606ae 100644
--- a/Zig.novaextension/CHANGELOG.md
+++ b/Zig.novaextension/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## Unreleased
+## 0.2.0 — 2026-05-10
- Tasks now expose first-class config for `-Doptimize`, `-Dtarget`, and custom `-D<key>=<value>` user options on every template that takes them.
- Added **Zig Test** template (`zig build test` with `--test-filter` and `--summary`).
@@ -12,6 +12,7 @@
- Clean now refuses to run when the working directory is `/`, `$HOME`, or outside the workspace, and runs `zig build uninstall` first when the project exposes that step.
- "Current Zig File" Clean walks up to the nearest `build.zig` instead of cleaning the file's directory.
- Issue assistant no longer registers for the non-existent `zig-package` syntax.
+
## 0.1.8 — 2026-05-07
- Added a setting to write an LLDB proxy log file for debugging the debug adapter.