chore(main): release 10.2.0 (#939)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-07-21 08:14:51 +02:00 committed by GitHub
parent 50c365bfe9
commit b7303a6830
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## [10.2.0](https://github.com/folke/lazy.nvim/compare/v10.1.0...v10.2.0) (2023-07-20)
### Features
* **view:** add option `ui.pills`. Set to `false` to disable the top buttons in the lazy window ([#938](https://github.com/folke/lazy.nvim/issues/938)) ([84266b9](https://github.com/folke/lazy.nvim/commit/84266b9f0ff314319e69adfeb1a86bd72d1aff91))
## [10.1.0](https://github.com/folke/lazy.nvim/compare/v10.0.2...v10.1.0) (2023-07-12)

View File

@ -161,7 +161,7 @@ M.defaults = {
debug = false,
}
M.version = "10.1.0" -- x-release-please-version
M.version = "10.2.0" -- x-release-please-version
M.ns = vim.api.nvim_create_namespace("lazy")