File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 11.7 .0"
2
+ "." : " 11.8 .0"
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 11.8.0] ( https://github.com/folke/lazy.nvim/compare/v11.7.0...v11.8.0 ) (2024-06-29)
4
+
5
+
6
+ ### Features
7
+
8
+ * ** plugin:** allow loading specs without pkg ([ 695a058] ( https://github.com/folke/lazy.nvim/commit/695a05872a5b44e366e5532eb2fe38a64fae8357 ) )
9
+
3
10
## [ 11.7.0] ( https://github.com/folke/lazy.nvim/compare/v11.6.0...v11.7.0 ) (2024-06-29)
4
11
5
12
Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ M.defaults = {
218
218
debug = false ,
219
219
}
220
220
221
- M .version = " 11.7 .0" -- x-release-please-version
221
+ M .version = " 11.8 .0" -- x-release-please-version
222
222
223
223
M .ns = vim .api .nvim_create_namespace (" lazy" )
224
224
You can’t perform that action at this time.
0 commit comments