Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.0"
".": "2.0.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [linkspector] reported by reviewdog 🐶
Cannot reach v1.0.0...v2.0.0 Status: 404



### ⚠ 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)


Expand Down
Loading