Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8828348

Browse files
authoredMar 7, 2024
chore(main): release 10.17.0
1 parent d5c58bb commit 8828348

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed
 

‎CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [10.17.0](https://github.com/folke/lazy.nvim/compare/v10.16.0...v10.17.0) (2024-03-07)
4+
5+
6+
### Features
7+
8+
* **loader:** warn when maplocalleader is changed after init ([#1326](https://github.com/folke/lazy.nvim/issues/1326)) ([0694651](https://github.com/folke/lazy.nvim/commit/0694651fd37c3645e1683b4f392d4e38e7d2991b))
9+
10+
11+
### Bug Fixes
12+
13+
* **manage:** better support for using the default colorscheme during install. See [#1277](https://github.com/folke/lazy.nvim/issues/1277) ([670a6fe](https://github.com/folke/lazy.nvim/commit/670a6fec7f9b03134849e308d87f4dc316875c46))
14+
* **types:** fix incorrect LuaLS types ([#1339](https://github.com/folke/lazy.nvim/issues/1339)) ([5aea4e7](https://github.com/folke/lazy.nvim/commit/5aea4e7021287d7bcda6f31d7ad234580940be32))
15+
* **ui:** remove a single space character from home title ([#1309](https://github.com/folke/lazy.nvim/issues/1309)) ([d5c58bb](https://github.com/folke/lazy.nvim/commit/d5c58bb1937f8aee390f206e724ef23b0cc95eb3))
16+
317
## [10.16.0](https://github.com/folke/lazy.nvim/compare/v10.15.1...v10.16.0) (2024-01-21)
418

519

‎lua/lazy/core/config.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ M.defaults = {
177177
debug = false,
178178
}
179179

180-
M.version = "10.16.0" -- x-release-please-version
180+
M.version = "10.17.0" -- x-release-please-version
181181

182182
M.ns = vim.api.nvim_create_namespace("lazy")
183183

0 commit comments

Comments
 (0)
Please sign in to comment.