Skip to content

Commit

Permalink
chore: bump version to v0.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Saghen committed Feb 16, 2025
1 parent 505257b commit 18b352d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.12.4](https://github.com/Saghen/blink.cmp/compare/v0.12.3...v0.12.4) (2025-02-16)

### Bug Fixes

* add noremap to dot repeat hack ([93052a8](https://github.com/Saghen/blink.cmp/commit/93052a80660d741a051d43dc487c8bf7a2530b11)), closes [#1239](https://github.com/Saghen/blink.cmp/issues/1239)
* deduplicate enabled providers ([505257b](https://github.com/Saghen/blink.cmp/commit/505257b223e855876a056eae968bb3a8d9692693)), closes [#1241](https://github.com/Saghen/blink.cmp/issues/1241)

## [0.12.3](https://github.com/Saghen/blink.cmp/compare/v0.12.2...v0.12.3) (2025-02-16)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
# all that are not nix, nor rust, nor other ignored files
nvimFs =
fs.difference ./. (fs.unions [ nixFs rustFs ./doc ./repro.lua ]);
version = "0.12.3";
version = "0.12.4";
in {
blink-fuzzy-lib = let
inherit (inputs'.fenix.packages.minimal) toolchain;
Expand Down

0 comments on commit 18b352d

Please sign in to comment.