Skip to content

Commit 24fa2a9

Browse files
chore(main): release 10.21.0 (#1477)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a55d275 commit 24fa2a9

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
## [10.21.0](https://github.com/folke/lazy.nvim/compare/v10.20.5...v10.21.0) (2024-05-26)
4+
5+
6+
### Features
7+
8+
* added support for local spec files `.lazy.lua` ([9dde1f1](https://github.com/folke/lazy.nvim/commit/9dde1f1bce44a8fd8cb885b5a8e8d47d8fd7b8c1))
9+
* single-plugin keys in the lazy view in visual mode ([#1476](https://github.com/folke/lazy.nvim/issues/1476)) ([7667a73](https://github.com/folke/lazy.nvim/commit/7667a73dee381c5fb7d538f6152aeb591e3f0372))
10+
11+
12+
### Bug Fixes
13+
14+
* **render:** disable underline for diagnostics ([#1478](https://github.com/folke/lazy.nvim/issues/1478)) ([ea7b9c3](https://github.com/folke/lazy.nvim/commit/ea7b9c3c3fd9026e1a5ae27950585df9a42ccd5b))
15+
316
## [10.20.5](https://github.com/folke/lazy.nvim/compare/v10.20.4...v10.20.5) (2024-05-21)
417

518

lua/lazy/core/config.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ M.defaults = {
182182
debug = false,
183183
}
184184

185-
M.version = "10.20.5" -- x-release-please-version
185+
M.version = "10.21.0" -- x-release-please-version
186186

187187
M.ns = vim.api.nvim_create_namespace("lazy")
188188

0 commit comments

Comments
 (0)