diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 727e2bea..37fcefaa 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.14.0" + ".": "1.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 95a0796d..9f592507 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.0.0](https://github.com/nickjvandyke/opencode.nvim/compare/v0.14.0...v1.0.0) (2026-08-20) + +This release signifies my confidence in the plugin's stability. Thanks to everyone who contributed along the way! I hope I've made your dev life easier. + +### Features + +* **health:** simplify `opencode` version check to minimum version ([3f9e5f1](https://github.com/nickjvandyke/opencode.nvim/commit/3f9e5f13e7f45f0e759300c8a2b517df20442268)) + + +### Miscellaneous Chores + +* trigger 1.0.0 release ([d3a7eec](https://github.com/nickjvandyke/opencode.nvim/commit/d3a7eece9278657bf8f3205397bf441a49ed4cf9)) + ## [0.14.0](https://github.com/nickjvandyke/opencode.nvim/compare/v0.13.4...v0.14.0) (2026-07-27)