We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33448b9 commit 9223c1aCopy full SHA for 9223c1a
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [9.22.0](https://github.com/folke/lazy.nvim/compare/v9.21.1...v9.22.0) (2023-06-03)
4
+
5
6
+### Features
7
8
+* **float:** floats can now be persistent ([94472b8](https://github.com/folke/lazy.nvim/commit/94472b8303f4db496ff1214a73aa8f600e375974))
9
10
## [9.21.1](https://github.com/folke/lazy.nvim/compare/v9.21.0...v9.21.1) (2023-05-28)
11
12
lua/lazy/core/config.lua
@@ -153,7 +153,7 @@ M.defaults = {
153
debug = false,
154
}
155
156
-M.version = "9.21.1" -- x-release-please-version
+M.version = "9.22.0" -- x-release-please-version
157
158
M.ns = vim.api.nvim_create_namespace("lazy")
159
0 commit comments