Skip to content

Commit db06788

Browse files
chore(main): release 11.17.2 (#2064)
🤖 I have created a release *beep* *boop* --- ## [11.17.2](v11.17.1...v11.17.2) (2025-10-23) ### Bug Fixes * **luarocks:** add plugin to lua path if it was already loaded before we know its a luarock ([147f5a3](147f5a3)) * **plugin:** check that path is actually in root dir. Closes [#2075](#2075) ([16e5271](16e5271)) * **stats:** better support for different `time_t` sizes. See [#2049](#2049) ([1ea3c40](1ea3c40)) --- 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 16e5271 commit db06788

3 files changed

Lines changed: 11 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.1"
2+
".": "11.17.2"
33
}

CHANGELOG.md

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

3+
## [11.17.2](https://github.com/folke/lazy.nvim/compare/v11.17.1...v11.17.2) (2025-10-23)
4+
5+
6+
### Bug Fixes
7+
8+
* **luarocks:** add plugin to lua path if it was already loaded before we know its a luarock ([147f5a3](https://github.com/folke/lazy.nvim/commit/147f5a3f55b5491bbc77a55ce846ef5eb575fa42))
9+
* **plugin:** check that path is actually in root dir. Closes [#2075](https://github.com/folke/lazy.nvim/issues/2075) ([16e5271](https://github.com/folke/lazy.nvim/commit/16e52715b70b4d0fc6af3563ccc0ed9df82ae23e))
10+
* **stats:** better support for different `time_t` sizes. See [#2049](https://github.com/folke/lazy.nvim/issues/2049) ([1ea3c40](https://github.com/folke/lazy.nvim/commit/1ea3c4085785f460fb0e46d2fe1ee895f5f9e7c1))
11+
312
## [11.17.1](https://github.com/folke/lazy.nvim/compare/v11.17.0...v11.17.1) (2025-02-25)
413

514

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.1" -- x-release-please-version
245+
M.version = "11.17.2" -- x-release-please-version
246246

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

0 commit comments

Comments
 (0)