File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 10.3.2] ( https://github.com/folke/lazy.nvim/compare/v10.3.1...v10.3.2 ) (2023-09-28)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * ** 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 ) )
9
+ * ** ui:** sort plugins case insensitive ([ 4f27fc3] ( https://github.com/folke/lazy.nvim/commit/4f27fc33c4e0e81802f4afadbe350de93447ac1e ) )
10
+
3
11
## [ 10.3.1] ( https://github.com/folke/lazy.nvim/compare/v10.3.0...v10.3.1 ) (2023-09-27)
4
12
5
13
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ M.defaults = {
161
161
debug = false ,
162
162
}
163
163
164
- M .version = " 10.3.1 " -- x-release-please-version
164
+ M .version = " 10.3.2 " -- x-release-please-version
165
165
166
166
M .ns = vim .api .nvim_create_namespace (" lazy" )
167
167
You can’t perform that action at this time.
0 commit comments