chore(main): release 11.2.0 (#1541)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-06-24 21:59:16 +02:00 committed by GitHub
parent a089d43dba
commit 9bcbbc17a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 14 additions and 2 deletions

View File

@ -1,3 +1,3 @@
{
".": "11.1.0"
".": "11.2.0"
}

View File

@ -1,5 +1,17 @@
# Changelog
## [11.2.0](https://github.com/folke/lazy.nvim/compare/v11.1.0...v11.2.0) (2024-06-24)
### Features
* rewrite some known plugins to lazy specs instead of luarocks (plenary.nvim). Closes [#1540](https://github.com/folke/lazy.nvim/issues/1540) ([a089d43](https://github.com/folke/lazy.nvim/commit/a089d43dba7438532c56e1c582c5974713bd48f8))
### Performance Improvements
* minimize meta rebuild when loading specs ([1446f6c](https://github.com/folke/lazy.nvim/commit/1446f6cfbb4ca0a7ee0baf3acc86ab5e4be5ab22))
## [11.1.0](https://github.com/folke/lazy.nvim/compare/v11.0.1...v11.1.0) (2024-06-24)

View File

@ -195,7 +195,7 @@ M.defaults = {
debug = false,
}
M.version = "11.1.0" -- x-release-please-version
M.version = "11.2.0" -- x-release-please-version
M.ns = vim.api.nvim_create_namespace("lazy")