Skip to content

Commit 28a8013

Browse files
chore(main): release 10.5.0 (#1069)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f4ed421 commit 28a8013

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [10.5.0](https://github.com/folke/lazy.nvim/compare/v10.4.1...v10.5.0) (2023-10-03)
4+
5+
6+
### Features
7+
8+
* **plugin:** keep track of the module a spec fragment was defined in ([8eb8de2](https://github.com/folke/lazy.nvim/commit/8eb8de29af6e2ab9dd7986e2521178875dbcad95))
9+
10+
11+
### Performance Improvements
12+
13+
* **util:** don't try to load nvim-treesitter when markdown parser is builtin ([8b73492](https://github.com/folke/lazy.nvim/commit/8b73492249100d8a9ce9d874f7ea5a71b4d6f07e))
14+
315
## [10.4.1](https://github.com/folke/lazy.nvim/compare/v10.4.0...v10.4.1) (2023-09-30)
416

517

lua/lazy/core/config.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ M.defaults = {
161161
debug = false,
162162
}
163163

164-
M.version = "10.4.1" -- x-release-please-version
164+
M.version = "10.5.0" -- x-release-please-version
165165

166166
M.ns = vim.api.nvim_create_namespace("lazy")
167167

0 commit comments

Comments
 (0)