From 17c9fa1a463371a85bb158c5b84a904b9b54d8b3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 15:39:12 +0000 Subject: [PATCH] Version Packages --- .changeset/plain-diagnostics.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/plain-diagnostics.md diff --git a/.changeset/plain-diagnostics.md b/.changeset/plain-diagnostics.md deleted file mode 100644 index 4fa539b..0000000 --- a/.changeset/plain-diagnostics.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"balade": patch ---- - -Reword `balade check` diagnostics in plain language. Messages now say what is wrong directly ("`matrix` contains no table", "Text outside a section is ignored", "Lines 3-9 are out of range: `f` has 5 lines") instead of describing the compiler's internals. Diagnostic codes are unchanged. diff --git a/CHANGELOG.md b/CHANGELOG.md index 484ab54..547bf29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # balade +## 0.16.1 + +### Patch Changes + +- f9ccb33: Reword `balade check` diagnostics in plain language. Messages now say what is wrong directly ("`matrix` contains no table", "Text outside a section is ignored", "Lines 3-9 are out of range: `f` has 5 lines") instead of describing the compiler's internals. Diagnostic codes are unchanged. + ## 0.16.0 ### Minor Changes diff --git a/package.json b/package.json index 16b1dee..c3d8f40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balade", - "version": "0.16.0", + "version": "0.16.1", "description": "Human-readable walkthroughs for agent-scale pull requests. A bring-your-own-agent CLI that turns walkthrough files into interactive review apps.", "keywords": [ "agentic-development",