Skip to content

Commit 407e65c

Browse files
chore(main): release 11.10.0 (#1609)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 851b120 commit 407e65c

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.9.2"
2+
".": "11.10.0"
33
}

CHANGELOG.md

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

3+
## [11.10.0](https://github.com/folke/lazy.nvim/compare/v11.9.2...v11.10.0) (2024-07-04)
4+
5+
6+
### Features
7+
8+
* **profiling:** merge VeryLazy stats and show startuptime in profile view ([0f2786b](https://github.com/folke/lazy.nvim/commit/0f2786bcc91347188627534471ee75c3f6f16b2d))
9+
10+
11+
### Bug Fixes
12+
13+
* **config:** determine headless only during startup. Fixes [#1608](https://github.com/folke/lazy.nvim/issues/1608) ([6fdd904](https://github.com/folke/lazy.nvim/commit/6fdd904ee45b66d933c5d2f72bcec337e13744f8))
14+
* **plugin:** local spec name ([923e1aa](https://github.com/folke/lazy.nvim/commit/923e1aa7a49d945afa4c03da4f8ff052cd6d14a6))
15+
316
## [11.9.2](https://github.com/folke/lazy.nvim/compare/v11.9.1...v11.9.2) (2024-07-02)
417

518

lua/lazy/core/config.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ function M.hererocks()
228228
return M.options.rocks.hererocks
229229
end
230230

231-
M.version = "11.9.2" -- x-release-please-version
231+
M.version = "11.10.0" -- x-release-please-version
232232

233233
M.ns = vim.api.nvim_create_namespace("lazy")
234234

0 commit comments

Comments
 (0)