Skip to content

Commit 48c9b37

Browse files
authoredFeb 7, 2023
chore(main): release 9.6.0 (#504)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3c29f19 commit 48c9b37

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
 

‎CHANGELOG.md

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

3+
## [9.6.0](https://github.com/folke/lazy.nvim/compare/v9.5.1...v9.6.0) (2023-02-07)
4+
5+
6+
### Features
7+
8+
* **cmd:** use cmd table instead of trying to create the cmd string. Fixes [#472](https://github.com/folke/lazy.nvim/issues/472) ([3c29f19](https://github.com/folke/lazy.nvim/commit/3c29f196f4b0f083f2b94c3337599a189f4eef84))
9+
310
## [9.5.1](https://github.com/folke/lazy.nvim/compare/v9.5.0...v9.5.1) (2023-02-06)
411

512

‎lua/lazy/core/config.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ M.defaults = {
146146
debug = false,
147147
}
148148

149-
M.version = "9.5.1" -- x-release-please-version
149+
M.version = "9.6.0" -- x-release-please-version
150150

151151
M.ns = vim.api.nvim_create_namespace("lazy")
152152

0 commit comments

Comments
 (0)
Please sign in to comment.