From 9abcb0c30cd44ea46c6437a7dc9a7d4bf16a74c0 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Tue, 30 Jun 2026 00:36:07 +0200 Subject: [PATCH] release v2.9.0 --- CHANGELOG.md | 8 ++++++++ assets/licenses.yaml | 2 +- pubspec.yaml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ef18fbf..2ba3a355 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,14 @@ heading, and (b) bumping `pubspec.yaml` `version:` in the same commit. ### Added +### Changed + +### Fixed + +## [2.9.0] — 2026-06-30 + +### Added + - **Graph cards.** `clide draw --file graph.json` (template `graph`) renders a nodes/edges graph in the conversation as a circular layout — labelled nodes, lines between them. Honest error on a duplicate id or an edge to an unknown diff --git a/assets/licenses.yaml b/assets/licenses.yaml index 958009cb..5960dd9f 100644 --- a/assets/licenses.yaml +++ b/assets/licenses.yaml @@ -39,7 +39,7 @@ self: # Auto-synced from pubspec.yaml `version:` by `make gen-build-info` # (runs implicitly on every build/run/test). Don't hand-edit; bump # pubspec instead. - version: "2.8.1" + version: "2.9.0" homepage: https://github.com/postmeridiem/clide license: MIT license_file: assets/LICENSE diff --git a/pubspec.yaml b/pubspec.yaml index cc411783..95f4c3e2 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.8.1 +version: 2.9.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