From 74649ad0d120b9936d9f4d0cde96cc6be33fff8e Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Mon, 15 Jun 2026 08:58:23 +0200 Subject: [PATCH] release: cut 2.5.0 (arms the first automated release build on merge to main) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit release.yml fires when pubspec.yaml's version changes on main and the v tag doesn't yet exist. Bump 2.4.1 -> 2.5.0 and move the Unreleased entries under a dated 2.5.0 heading (per the changelog discipline: version + cut in one commit), so merging windows-support to main triggers the first versioned Linux + Windows release build and publishes the 2.5.0 notes. Minor bump: the release is all additive — Windows desktop support, vim window / workspace-tab commands, the Claude sidebar + TUI command work, tmux dropped as a required tool, and the ClaudeConfig teardown-race fix. 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 64320654..65365314 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,8 @@ heading, and (b) bumping `pubspec.yaml` `version:` in the same commit. ## [Unreleased] +## [2.5.0] — 2026-06-14 + ### Added - **Windows desktop support.** clide builds and runs on Windows: ConPTY-backed diff --git a/pubspec.yaml b/pubspec.yaml index 39fe8ac5..ad5ad0cf 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.4.1 +version: 2.5.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