diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 30b6d45a..582db2fa 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.1" + ".": "0.10.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 07943644..59f1c555 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.10.2](https://github.com/nickjvandyke/opencode.nvim/compare/v0.10.1...v0.10.2) (2026-06-04) + + +### Features + +* **ask:** change cmp documentation to plaintext ([4999c69](https://github.com/nickjvandyke/opencode.nvim/commit/4999c69b8b630fd525c8986b163635238bb6cc92)) +* **permissions:** remove wait for idle ([315f6e0](https://github.com/nickjvandyke/opencode.nvim/commit/315f6e0106102734f55d885eaee28f19b9c7a125)) +* **server:** call `opts.server.stop` on exit ([34d1283](https://github.com/nickjvandyke/opencode.nvim/commit/34d12838f331ab813232dcf2a73a40b494beee48)) + + +### Bug Fixes + +* **health:** log specific error when can't capture `opencode.nvim` hash ([1f6442f](https://github.com/nickjvandyke/opencode.nvim/commit/1f6442f4b0bb140ac3e87a37c53729a72605a1c3)) +* **select:** actually select chosen session ([a28aa15](https://github.com/nickjvandyke/opencode.nvim/commit/a28aa1580a94b704d3ad83f16ed4e3e2eb4ee5a5)) +* **server:** propagate _all_ API errors ([fb12acb](https://github.com/nickjvandyke/opencode.nvim/commit/fb12acb1a071935a1027ba3e3386f7072fefc37c)) +* **terminal:** don't close native `ask` on start ([fbb0a9d](https://github.com/nickjvandyke/opencode.nvim/commit/fbb0a9d2fa444e4bf4ef4fd4e12d1716f7910a5b)) + ## [0.10.1](https://github.com/nickjvandyke/opencode.nvim/compare/v0.10.0...v0.10.1) (2026-05-23)