diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 895bf0e3..b725ab08 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0" + ".": "2.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c3f7b2a6..478dc8f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.0.1](https://github.com/zbirenbaum/copilot.lua/compare/v2.0.0...v2.0.1) (2026-03-24) + + +### Bug Fixes + +* safeguards against orphaned copilot servers ([8e2a918](https://github.com/zbirenbaum/copilot.lua/commit/8e2a91828210d6043744468f6d7027d256a41f42)), closes [#667](https://github.com/zbirenbaum/copilot.lua/issues/667) +* Tab passthrough ([9204088](https://github.com/zbirenbaum/copilot.lua/commit/9204088a47485f06a59f73cfa8dcf3d542dac4d8)), closes [#670](https://github.com/zbirenbaum/copilot.lua/issues/670) + ## [2.0.0](https://github.com/zbirenbaum/copilot.lua/compare/v1.0.0...v2.0.0) (2026-03-06)