Skip to content

Commit 6c3bda4

Browse files
chore(main): release 11.17.1 (#1927)
🤖 I have created a release *beep* *boop* --- ## [11.17.1](v11.17.0...v11.17.1) (2025-02-25) ### Bug Fixes * **bootstrap:** support for older Neovim versions ([1c9ba37](1c9ba37)) * **meta:** rebuild dirty right after disable. See [#1889](#1889) ([d51cf69](d51cf69)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d51cf69 commit 6c3bda4

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.github/.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "11.17.0"
2+
".": "11.17.1"
33
}

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [11.17.1](https://github.com/folke/lazy.nvim/compare/v11.17.0...v11.17.1) (2025-02-25)
4+
5+
6+
### Bug Fixes
7+
8+
* **bootstrap:** support for older Neovim versions ([1c9ba37](https://github.com/folke/lazy.nvim/commit/1c9ba3704564a2e34a22191bb89678680ffeb245))
9+
* **meta:** rebuild dirty right after disable. See [#1889](https://github.com/folke/lazy.nvim/issues/1889) ([d51cf69](https://github.com/folke/lazy.nvim/commit/d51cf6978321d659e68a8bc38ee806bd2517a196))
10+
311
## [11.17.0](https://github.com/folke/lazy.nvim/compare/v11.16.2...v11.17.0) (2025-02-24)
412

513

lua/lazy/core/config.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ function M.hererocks()
242242
return M.options.rocks.hererocks
243243
end
244244

245-
M.version = "11.17.0" -- x-release-please-version
245+
M.version = "11.17.1" -- x-release-please-version
246246

247247
M.ns = vim.api.nvim_create_namespace("lazy")
248248

0 commit comments

Comments
 (0)