From 7827dc98491d57c1eda978543b5dd17ed6bba7a5 Mon Sep 17 00:00:00 2001 From: Nick van Dyke Date: Fri, 12 Jun 2026 09:02:08 -0600 Subject: [PATCH] chore(main): release 0.13.0 --- .github/release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 8032c17e..ed21d28c 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.12.0" + ".": "0.13.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index aa8b8cd7..a3ea49bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.13.0](https://github.com/nickjvandyke/opencode.nvim/compare/v0.12.0...v0.13.0) (2026-06-12) + + +### ⚠ BREAKING CHANGES + +* **context:** remove `@diff` context and prompt + +### Features + +* **context:** remove `[@diff](https://github.com/diff)` context and prompt ([7106214](https://github.com/nickjvandyke/opencode.nvim/commit/7106214840d5a9d26f0e37f372fdcba8920f7c50)) +* **discovery:** make process-finding async, catch + surface executor errors ([9aa4f03](https://github.com/nickjvandyke/opencode.nvim/commit/9aa4f03f1dff0521ca9f79d9e1fd4df121f5a0ee)) + ## [0.12.0](https://github.com/nickjvandyke/opencode.nvim/compare/v0.11.0...v0.12.0) (2026-06-11)