Skip to content

Commit 753c391

Browse files
chore(main): release 10.4.0 (#1054)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7bf6a27 commit 753c391

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.4.0](https://github.com/folke/lazy.nvim/compare/v10.3.1...v10.4.0) (2023-09-29)
4+
5+
6+
### Features
7+
8+
* **plugin:** dont include plugin spec fragments for disabled or optional plugins ([#1058](https://github.com/folke/lazy.nvim/issues/1058)) ([f3c7169](https://github.com/folke/lazy.nvim/commit/f3c7169dd65f5ae528b6c930492359971014290b))
9+
10+
11+
### Bug Fixes
12+
13+
* **help:** sort readme tags case sensitive. Fixes [#67](https://github.com/folke/lazy.nvim/issues/67) ([54ecfc7](https://github.com/folke/lazy.nvim/commit/54ecfc7c245e5e3fbbc749658ad171335418d48c))
14+
* **ui:** sort plugins case insensitive ([4f27fc3](https://github.com/folke/lazy.nvim/commit/4f27fc33c4e0e81802f4afadbe350de93447ac1e))
15+
316
## [10.3.1](https://github.com/folke/lazy.nvim/compare/v10.3.0...v10.3.1) (2023-09-27)
417

518

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.3.1" -- x-release-please-version
164+
M.version = "10.4.0" -- x-release-please-version
165165

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

0 commit comments

Comments
 (0)