From 2de38e691cf3b0275779923138b014411854b901 Mon Sep 17 00:00:00 2001 From: Quinten Steenhuis Date: Tue, 15 Sep 2026 22:30:15 -0400 Subject: [PATCH] Bump version to 1.6.0 Two features have landed since 1.5.0: `--fix`, which rewrites the four findings that have only one sensible answer, and detection of tracked changes in DOCX templates. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01LNbgp4BzZY9JmUHjWjnWT1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 74fc9e6..c816c2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dayamlchecker" -version = "1.5.0" +version = "1.6.0" description = "An LSP for Docassemble YAML interviews" readme = "README.md" requires-python = ">=3.12"