Skip to content

Commit 85c7ff3

Browse files
chore(main): release 11.17.5 (#2087)
🤖 I have created a release *beep* *boop* --- ## [11.17.5](v11.17.4...v11.17.5) (2025-11-06) ### Bug Fixes * **luarocks:** proper parsing of dependency name. Closes [#2086](#2086) ([5c09e6f](5c09e6f)) --- 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 5c09e6f commit 85c7ff3

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "11.17.4"
2+
".": "11.17.5"
33
}

CHANGELOG.md

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

3+
## [11.17.5](https://github.com/folke/lazy.nvim/compare/v11.17.4...v11.17.5) (2025-11-06)
4+
5+
6+
### Bug Fixes
7+
8+
* **luarocks:** proper parsing of dependency name. Closes [#2086](https://github.com/folke/lazy.nvim/issues/2086) ([5c09e6f](https://github.com/folke/lazy.nvim/commit/5c09e6fe71f4bb930eeffe24d45762fa3ffada4e))
9+
310
## [11.17.4](https://github.com/folke/lazy.nvim/compare/v11.17.3...v11.17.4) (2025-11-04)
411

512

lua/lazy/core/config.lua

Lines changed: 1 addition & 1 deletion
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.4" -- x-release-please-version
245+
M.version = "11.17.5" -- x-release-please-version
246246

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

0 commit comments

Comments
 (0)