Skip to content

Commit 014d1d6

Browse files
chore(main): release 11.16.0 (#1838)
🤖 I have created a release *beep* *boop* --- ## [11.16.0](v11.15.0...v11.16.0) (2024-12-07) ### Features * **plugin:** added support for virtual plugins. Closes [#1836](#1836) ([ee64abc](ee64abc)) ### Bug Fixes * **plugin:** don't check if dir exists for virtual plugins ([656cf43](656cf43)) * **render:** show correct key for home. Fixes [#1796](#1796) ([b08dba8](b08dba8)) --- 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 656cf43 commit 014d1d6

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-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.15.0"
2+
".": "11.16.0"
33
}

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [11.16.0](https://github.com/folke/lazy.nvim/compare/v11.15.0...v11.16.0) (2024-12-07)
4+
5+
6+
### Features
7+
8+
* **plugin:** added support for virtual plugins. Closes [#1836](https://github.com/folke/lazy.nvim/issues/1836) ([ee64abc](https://github.com/folke/lazy.nvim/commit/ee64abc76be2b237b95d241a924b0323005b868a))
9+
10+
11+
### Bug Fixes
12+
13+
* **plugin:** don't check if dir exists for virtual plugins ([656cf43](https://github.com/folke/lazy.nvim/commit/656cf4309396b7b8b62984e923bf8d8a0013f7d7))
14+
* **render:** show correct key for home. Fixes [#1796](https://github.com/folke/lazy.nvim/issues/1796) ([b08dba8](https://github.com/folke/lazy.nvim/commit/b08dba8107b5bdaaa007f18cf6c0cc0e0fd576aa))
15+
316
## [11.15.0](https://github.com/folke/lazy.nvim/compare/v11.14.2...v11.15.0) (2024-12-05)
417

518

lua/lazy/core/config.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ function M.hererocks()
241241
return M.options.rocks.hererocks
242242
end
243243

244-
M.version = "11.15.0" -- x-release-please-version
244+
M.version = "11.16.0" -- x-release-please-version
245245

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

0 commit comments

Comments
 (0)