From 6b68dfeb84a9fb2884df7e4a3028be56cd9f578c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 05:24:26 +0000 Subject: [PATCH] chore(master): release 0.0.4 --- .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 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)