Skip to content

Commit 9ed2af6

Browse files
committed
docs: bump to v0.1.1
Patch release: cherry-picks the upstream vim.NIL -> nil conversion fix (3d28a52) for completion response items, plus a stylua CI auto-format pass (80d08e5).
1 parent 6dac45d commit 9ed2af6

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [0.1.1](https://github.com/njhoffman/nvim-cmp/compare/v0.1.0...v0.1.1) (2026-04-25)
4+
5+
### Bug Fixes
6+
7+
- convert `vim.NIL` in client response items and `itemDefaults` to `nil` ([#2217](https://github.com/hrsh7th/nvim-cmp/issues/2217)) ([3d28a52](https://github.com/hrsh7th/nvim-cmp/commit/3d28a52587567e9b63c804d73bdb0a13d0170b37)), fixes [#2212](https://github.com/hrsh7th/nvim-cmp/issues/2212)
8+
9+
### Chores
10+
11+
- format Lua sources with stylua (CI auto-format)
12+
313
## [0.1.0](https://github.com/njhoffman/nvim-cmp/compare/v0.0.2...v0.1.0) (2026-04-25)
414

515
This release tracks upstream `hrsh7th/nvim-cmp` `v0.1.0` and adds three

0 commit comments

Comments
 (0)