From b0f7383b9273b7b6c5d4f5864a4c5d47e9a7bb04 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 18:04:52 +0000 Subject: [PATCH] chore(master): release 0.0.10 --- .github/release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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)