From e47df51b298dc21610e5cc3bac9baed8d91ed4a0 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Sat, 13 Jun 2026 18:37:16 -0400 Subject: [PATCH] project: Bump version to 0.15.0 The project is at version 0.14.0. Since that release, the project has gained an interactive file-review mode for the TUI, atomic rename presentation with startup normalization, a new unstaged preflight command, replacement range boundary support, and several bug fixes. The new TUI file-review mode adds a complete interactive review workflow: file chooser, line replacement, block actions, page stepping, fixup actions, a status drawer, sift action, batch candidate browser, and marked file browser actions. The staged rename support presents renames as atomic changes and normalizes them at session start. The unstaged preflight command allows CI and AI-assistant workflows to verify uncommitted changes before proceeding. This commit bumps the version to 0.15.0 to reflect the new capabilities and prepare for the release. --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 0548fb4e..7092c7c4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.14.0 \ No newline at end of file +0.15.0 \ No newline at end of file