Skip to content

Commit dcda20d

Browse files
committed
chore: bump version to v0.13.1
1 parent 24b121c commit dcda20d

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## [0.13.1](https://github.com/Saghen/blink.cmp/compare/v0.13.0...v0.13.1) (2025-02-27)
2+
3+
### BREAKING CHANGES
4+
5+
* add `<C-n>`, `<C-p>` and `<C-space>` to cmdline preset
6+
* fallback to next keymap when menu not shown for select_next/prev
7+
8+
### Features
9+
10+
* add `<C-n>`, `<C-p>` and `<C-space>` to cmdline preset ([8f7c23d](https://github.com/Saghen/blink.cmp/commit/8f7c23d6a817d6039f1a90a23cfbc0fd165a4153)), closes [#1328](https://github.com/Saghen/blink.cmp/issues/1328)
11+
* fallback to next keymap when menu not shown for select_next/prev ([ffebcd2](https://github.com/Saghen/blink.cmp/commit/ffebcd2ad4ae7358bcd3f67b9975bfb9dbad2659)), closes [#1336](https://github.com/Saghen/blink.cmp/issues/1336)
12+
13+
### Bug Fixes
14+
15+
* **download:** correctly handle `download = false` and `implementationn = "rust"` ([#1334](https://github.com/Saghen/blink.cmp/issues/1334)) ([2c8e4c7](https://github.com/Saghen/blink.cmp/commit/2c8e4c78b2ca735262be2ef201c38738db3c9674))
16+
* lua fuzzy implementation off by 1 and suffix matching ([2c1524f](https://github.com/Saghen/blink.cmp/commit/2c1524f369b27ec09ff7b0425188933768622918)), closes [#1335](https://github.com/Saghen/blink.cmp/issues/1335)
17+
* mini snippets validation ([c412578](https://github.com/Saghen/blink.cmp/commit/c412578824eb58f9f521643be16d9eb1568d068f)), closes [#1332](https://github.com/Saghen/blink.cmp/issues/1332) [#1342](https://github.com/Saghen/blink.cmp/issues/1342)
18+
119
## [0.13.0](https://github.com/Saghen/blink.cmp/compare/v0.12.4...v0.13.0) (2025-02-26)
220

321
### Highlights

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
# all that are not nix, nor rust, nor other ignored files
4040
nvimFs =
4141
fs.difference ./. (fs.unions [ nixFs rustFs ./doc ./repro.lua ]);
42-
version = "0.13.0";
42+
version = "0.13.1";
4343
in {
4444
blink-fuzzy-lib = let
4545
inherit (inputs'.fenix.packages.minimal) toolchain;

0 commit comments

Comments
 (0)