Skip to content

Commit 65dd766

Browse files
authored
Merge branch 'main' into main
2 parents e6cf1fe + b02c9ea commit 65dd766

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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.11.0"
2+
".": "11.11.1"
33
}

CHANGELOG.md

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

3+
## [11.11.1](https://github.com/folke/lazy.nvim/compare/v11.11.0...v11.11.1) (2024-07-13)
4+
5+
6+
### Bug Fixes
7+
8+
* **config:** check for lib64. Fixes [#1343](https://github.com/folke/lazy.nvim/issues/1343) ([93499c5](https://github.com/folke/lazy.nvim/commit/93499c5deb37641c6cf71528a93f101d186b409f))
9+
* **lockfile:** ensure newline at EOF for lockfile ([#1639](https://github.com/folke/lazy.nvim/issues/1639)) ([7ed9f71](https://github.com/folke/lazy.nvim/commit/7ed9f7173cdec71a057053d7e6efc20c2c230b95))
10+
311
## [11.11.0](https://github.com/folke/lazy.nvim/compare/v11.10.4...v11.11.0) (2024-07-11)
412

513

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.11.0" -- x-release-please-version
231+
M.version = "11.11.1" -- x-release-please-version
232232

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

0 commit comments

Comments
 (0)