From f119160a752a60a0b91b4838cc53fc33cd2de94e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 16 Sep 2025 04:23:03 +0000 Subject: [PATCH 1/2] [tagpr] prepare for the next release From 913caf8a2ecde6221ba2a063761d006ff5ee2a22 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 16 Sep 2025 04:23:04 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f7ace0..36cf513 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v0.3.0](https://github.com/tapihdev/cfp.nvim/compare/v0.2.2...v0.3.0) - 2025-09-16 +- chore: add Renovate configuration file by @tapih in https://github.com/tapihdev/cfp.nvim/pull/17 +- feat: add visual-mode range support for Line actions by @yumafuu in https://github.com/tapihdev/cfp.nvim/pull/20 + ## [v0.2.2](https://github.com/tapihdev/cfp.nvim/compare/v0.2.1...v0.2.2) - 2025-08-27 - fix: work with lazy.nvim config=true by @tapih in https://github.com/tapihdev/cfp.nvim/pull/12 - fix: typo by @tapih in https://github.com/tapihdev/cfp.nvim/pull/14