From 88a4927f8aa7d271f6a50a4b208d8caa437f5893 Mon Sep 17 00:00:00 2001 From: Art Pai Date: Fri, 11 Sep 2026 20:41:42 +1000 Subject: [PATCH] Prepare diffwalk 0.1.6 for release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The registry still serves 0.1.5, so the merged CLI and reader changes need a new immutable package version. Co-Authored-By: ことね --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e1f439e..2539355 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "diffwalk", - "version": "0.1.5", + "version": "0.1.6", "description": "Turn AI-generated Git changes into ordered browser walkthroughs with explanations attached to exact diffs", "license": "MIT", "homepage": "https://diffwalk.dev",