diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 3a327a0..63c033c 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.3" + ".": "0.0.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bd4da4..2754154 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.0.4](https://github.com/simonwinther/cppman.nvim/compare/v0.0.3...v0.0.4) (2026-04-18) + + +### Features + +* **cppman:** rebuild search and page rendering pipeline ([0ff3829](https://github.com/simonwinther/cppman.nvim/commit/0ff38294c46d13592ad36fcb813fc3c4dabb509c)) + + +### Bug Fixes + +* **viewer:** pass explicit config to uncached cppman renders ([d10fe52](https://github.com/simonwinther/cppman.nvim/commit/d10fe52a98eae9d0ea5f818096a2efbc33130f2d)) + ## [0.0.3](https://github.com/simonwinther/cppman.nvim/compare/v0.0.2...v0.0.3) (2026-04-18)