diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 07509b4..32b319f 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.9" + ".": "0.0.10" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f50fca9..d5f5ff6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.10](https://github.com/simonwinther/cppman.nvim/compare/v0.0.9...v0.0.10) (2026-06-15) + + +### Features + +* **viewer:** add configurable border option ([8207636](https://github.com/simonwinther/cppman.nvim/commit/8207636bc78c7a87ac0dccea9ef02bda5d2140b1)), closes [#16](https://github.com/simonwinther/cppman.nvim/issues/16) + ## [0.0.9](https://github.com/simonwinther/cppman.nvim/compare/v0.0.8...v0.0.9) (2026-06-13)