mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-10-13 13:12:14 +00:00
chore(main): release 11.17.2
This commit is contained in:
parent
1ea3c40857
commit
7615912483
3 changed files with 10 additions and 2 deletions
2
.github/.release-please-manifest.json
vendored
2
.github/.release-please-manifest.json
vendored
|
@ -1,3 +1,3 @@
|
||||||
{
|
{
|
||||||
".": "11.17.1"
|
".": "11.17.2"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,13 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [11.17.2](https://github.com/folke/lazy.nvim/compare/v11.17.1...v11.17.2) (2025-10-09)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **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))
|
||||||
|
* **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.17.1](https://github.com/folke/lazy.nvim/compare/v11.17.0...v11.17.1) (2025-02-25)
|
## [11.17.1](https://github.com/folke/lazy.nvim/compare/v11.17.0...v11.17.1) (2025-02-25)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -242,7 +242,7 @@ function M.hererocks()
|
||||||
return M.options.rocks.hererocks
|
return M.options.rocks.hererocks
|
||||||
end
|
end
|
||||||
|
|
||||||
M.version = "11.17.1" -- x-release-please-version
|
M.version = "11.17.2" -- x-release-please-version
|
||||||
|
|
||||||
M.ns = vim.api.nvim_create_namespace("lazy")
|
M.ns = vim.api.nvim_create_namespace("lazy")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue