From 6843f10d24304ea996e8b3a1bbb94f7888c7855a Mon Sep 17 00:00:00 2001 From: Mika Vilpas Date: Sun, 12 Oct 2025 10:14:08 +0300 Subject: [PATCH] chore(main): release 2.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 37fcefa..895bf0e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "2.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6db2e00..f63b81c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [2.0.0](https://github.com/mikavilpas/blink-ripgrep.nvim/compare/v1.0.0...v2.0.0) (2025-10-12) + + +### ⚠ BREAKING CHANGES + +* The configuration format has changed. Previously an automatic migration was done, but now the user must migrate their config manually. + +### Features + +* remove config migration and use new config format only ([#378](https://github.com/mikavilpas/blink-ripgrep.nvim/issues/378)) ([372fab1](https://github.com/mikavilpas/blink-ripgrep.nvim/commit/372fab131330eb697c730e42d6e35a7c68167fbf)) + + +### Bug Fixes + +* **deps:** update all non-major dependencies ([#323](https://github.com/mikavilpas/blink-ripgrep.nvim/issues/323)) ([a89eed1](https://github.com/mikavilpas/blink-ripgrep.nvim/commit/a89eed1e48859bc59d9e0ba729727a885f24fb67)) + ## [1.0.0](https://github.com/mikavilpas/blink-ripgrep.nvim/compare/v1.0.0...v1.0.0) (2025-08-10)