From f76bb681f064823a765fd50aaf227c9a32160e0e Mon Sep 17 00:00:00 2001 From: Nick van Dyke Date: Thu, 20 Aug 2026 08:15:35 -0600 Subject: [PATCH 1/2] chore(main): release 1.0.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 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..709043ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.0.0](https://github.com/nickjvandyke/opencode.nvim/compare/v0.14.0...v1.0.0) (2026-08-20) + + +### 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) From c5fbb9f67e15674a0db83fd2329feda59bbdf1bc Mon Sep 17 00:00:00 2001 From: Nick van Dyke Date: Thu, 20 Aug 2026 08:21:53 -0600 Subject: [PATCH 2/2] tweak notes --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 709043ff..9f592507 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## [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