From ea65c7bcc618e7b770dbc96a1e965a79879b5991 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 14:12:14 +0000 Subject: [PATCH] chore(main): release 0.5.1 --- .github/release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index f1c1e58..210d290 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.0" + ".": "0.5.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a8ef2b..66b6880 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.1](https://github.com/nickjvandyke/opencode.nvim/compare/v0.5.0...v0.5.1) (2026-03-03) + + +### Bug Fixes + +* **server:** sometimes returned processes without ports ([#195](https://github.com/nickjvandyke/opencode.nvim/issues/195)) ([12a7c4e](https://github.com/nickjvandyke/opencode.nvim/commit/12a7c4e5496cd6a2c38533356c37bb7f3ee6d4d7)) + ## [0.5.0](https://github.com/nickjvandyke/opencode.nvim/compare/v0.4.0...v0.5.0) (2026-03-02)