From 3b4eab6d34aca7be5d55f16c1cb6a8f7a7fa19fd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 23:15:24 +0000 Subject: [PATCH] chore(master): release 0.0.2 --- .github/release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index b985ff6..40ff6fe 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.1" + ".": "0.0.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..50ba180 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +## [0.0.2](https://github.com/simonwinther/cppman.nvim/compare/v0.0.1...v0.0.2) (2026-04-17) + + +### Features + +* add cppman.nvim plugin with popup UI, syntax, and docs ([b93a4c2](https://github.com/simonwinther/cppman.nvim/commit/b93a4c2acdd0afa72a87e20ffcec81d29d8f2df7)) +* **input:** enhance search popup styling and prompt highlights ([3e8ccda](https://github.com/simonwinther/cppman.nvim/commit/3e8ccda89bdd4c1ce93ec884821dd7b36723ee99)) +* **keymaps:** change defaults to <leader>cu and <leader>ck ([535c0f1](https://github.com/simonwinther/cppman.nvim/commit/535c0f1b15aa4a372e7d8b41c58df6104e66f196)) + + +### Bug Fixes + +* **keymaps:** shorten mapping descriptions for which-key labels ([69dc9d1](https://github.com/simonwinther/cppman.nvim/commit/69dc9d1680cb2b5ae05d509b8e6d5dc038650286))