Skip to content

Commit 8cd4a59

Browse files
chore(main): release 9.18.0 (#809)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent af39d61 commit 8cd4a59

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [9.18.0](https://github.com/folke/lazy.nvim/compare/v9.17.0...v9.18.0) (2023-05-22)
4+
5+
6+
### Features
7+
8+
* **plugin:** added support for `weak` specs. They will not be included in the final spec if not specified somwhere else ([8564f6d](https://github.com/folke/lazy.nvim/commit/8564f6d22b78a4a0fba9811faa556159b6c90a49))
9+
10+
11+
### Bug Fixes
12+
13+
* better weak handling ([af39d61](https://github.com/folke/lazy.nvim/commit/af39d61d3f32683b6e9962d64ab269330b456172))
14+
* **ui:** close ui when opening a help file. Fixes [#808](https://github.com/folke/lazy.nvim/issues/808) ([cc7a764](https://github.com/folke/lazy.nvim/commit/cc7a764aecec11c9598ccd442a6879eed4e85558))
15+
* **ui:** take border into account for window position. Fixes [#812](https://github.com/folke/lazy.nvim/issues/812) ([451f217](https://github.com/folke/lazy.nvim/commit/451f217e9b2d71f08bdae0ce5ac7e8e8a6503f48))
16+
317
## [9.17.0](https://github.com/folke/lazy.nvim/compare/v9.16.1...v9.17.0) (2023-05-18)
418

519

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.17.0" -- x-release-please-version
154+
M.version = "9.18.0" -- x-release-please-version
155155

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

0 commit comments

Comments
 (0)