Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.5.1"
".": "0.5.2"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.5.2](https://github.com/nickjvandyke/opencode.nvim/compare/v0.5.1...v0.5.2) (2026-03-06)


### Bug Fixes

* **server:** error correctly when no processes found on Unix ([df98bfb](https://github.com/nickjvandyke/opencode.nvim/commit/df98bfba94190ca3584f862f5f0526c6dcd016fc))
* **terminal:** rare error when exiting Neovim and killing `opencode` ([c451511](https://github.com/nickjvandyke/opencode.nvim/commit/c451511a27d1a9c05bab173c919ef882cd6f72f3))

## [0.5.1](https://github.com/nickjvandyke/opencode.nvim/compare/v0.5.0...v0.5.1) (2026-03-03)


Expand Down