Skip to content

Commit 9bcbbc1

Browse files
chore(main): release 11.2.0 (#1541)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a089d43 commit 9bcbbc1

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.github/.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "11.1.0"
2+
".": "11.2.0"
33
}

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [11.2.0](https://github.com/folke/lazy.nvim/compare/v11.1.0...v11.2.0) (2024-06-24)
4+
5+
6+
### Features
7+
8+
* 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))
9+
10+
11+
### Performance Improvements
12+
13+
* minimize meta rebuild when loading specs ([1446f6c](https://github.com/folke/lazy.nvim/commit/1446f6cfbb4ca0a7ee0baf3acc86ab5e4be5ab22))
14+
315
## [11.1.0](https://github.com/folke/lazy.nvim/compare/v11.0.1...v11.1.0) (2024-06-24)
416

517

lua/lazy/core/config.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ M.defaults = {
195195
debug = false,
196196
}
197197

198-
M.version = "11.1.0" -- x-release-please-version
198+
M.version = "11.2.0" -- x-release-please-version
199199

200200
M.ns = vim.api.nvim_create_namespace("lazy")
201201

0 commit comments

Comments
 (0)