Skip to content

Commit 202d8e9

Browse files
chore(main): release 11.17.3 (#2077)
🤖 I have created a release *beep* *boop* --- ## [11.17.3](v11.17.2...v11.17.3) (2025-10-28) ### Bug Fixes * **luarocks:** update to lumen-oss for binaries. Closes [#2060](#2060). Closes [#2059](#2059) ([e31789c](e31789c)) --- 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 f0f5bbb commit 202d8e9

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "11.17.2"
2+
".": "11.17.3"
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.3](https://github.com/folke/lazy.nvim/compare/v11.17.2...v11.17.3) (2025-10-28)
4+
5+
6+
### Bug Fixes
7+
8+
* **luarocks:** update to lumen-oss for binaries. Closes [#2060](https://github.com/folke/lazy.nvim/issues/2060). Closes [#2059](https://github.com/folke/lazy.nvim/issues/2059) ([e31789c](https://github.com/folke/lazy.nvim/commit/e31789c675e2f591a20fc894b6713398eaa5dddd))
9+
310
## [11.17.2](https://github.com/folke/lazy.nvim/compare/v11.17.1...v11.17.2) (2025-10-23)
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.2" -- x-release-please-version
245+
M.version = "11.17.3" -- x-release-please-version
246246

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

0 commit comments

Comments
 (0)