File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 10.2.1] ( https://github.com/folke/lazy.nvim/compare/v10.2.0...v10.2.1 ) (2023-07-22)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * ** loader:** getscriptinfo compat with stable. Fixes [ #944 ] ( https://github.com/folke/lazy.nvim/issues/944 ) ([ e428c5e] ( https://github.com/folke/lazy.nvim/commit/e428c5ee4b02dfb39203ac8745a58c1226ceebae ) )
9
+
3
10
## [ 10.2.0] ( https://github.com/folke/lazy.nvim/compare/v10.1.0...v10.2.0 ) (2023-07-20)
4
11
5
12
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.2.0 " -- x-release-please-version
164
+ M .version = " 10.2.1 " -- 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