Skip to content

Commit de38c6c

Browse files
chore(main): release 9.17.0
1 parent 6d4135d commit de38c6c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: CHANGELOG.md

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

3+
## [9.17.0](https://github.com/folke/lazy.nvim/compare/v9.16.1...v9.17.0) (2023-05-18)
4+
5+
6+
### Features
7+
8+
* **cmd:** added `Lazy load all` to load all plugins ([11131ea](https://github.com/folke/lazy.nvim/commit/11131eafa165e54b08aeff3d7e35c65ef8b6e034))
9+
310
## [9.16.1](https://github.com/folke/lazy.nvim/compare/v9.16.0...v9.16.1) (2023-05-17)
411

512

Diff for: lua/lazy/core/config.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ M.defaults = {
151151
debug = false,
152152
}
153153

154-
M.version = "9.16.1" -- x-release-please-version
154+
M.version = "9.17.0" -- x-release-please-version
155155

156156
M.ns = vim.api.nvim_create_namespace("lazy")
157157

0 commit comments

Comments
 (0)