From 57a25e6c2dcc4595ce84a7f3f944472005438858 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Tue, 16 Jun 2026 16:07:17 +0200 Subject: [PATCH] chore(release): cut 2.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump pubspec 2.5.0 -> 2.6.0 and move the Unreleased entries under a dated 2.6.0 heading. Minor (not patch) — the cut includes new features (vim ex-line + gt/gT, crash-survivable logging, watchdog) alongside the fixes. Co-Authored-By: Claude Opus 4.8 (1M context) --- CHANGELOG.md | 2 ++ pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cef3549..add3bb32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,8 @@ heading, and (b) bumping `pubspec.yaml` `version:` in the same commit. ## [Unreleased] +## [2.6.0] — 2026-06-16 + ### Added - **Vim `gt` / `gT` tab motions.** Under the Vim preset, `gt`/`gT` cycle the diff --git a/pubspec.yaml b/pubspec.yaml index ad5ad0cf..8677354f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -13,7 +13,7 @@ description: >- subsystem handlers (pane, files, editor, git, pql), and the extension framework. publish_to: none -version: 2.5.0 +version: 2.6.0 repository: https://github.com/postmeridiem/clide # Short user-facing tagline (the welcome subtitle, web meta # description, etc.). Baked into lib/src/build_info.g.dart by