chore(main): release 3.6.0 (#557)

🤖 I have created a release *beep* *boop*
---


##
[3.6.0](https://github.com/folke/trouble.nvim/compare/v3.5.2...v3.6.0)
(2024-07-21)


### Features

* allow disabling a key
([891e76d](891e76df46))


### Bug Fixes

* **text:** skip treesitter when buf is no longer valid. Fixes
[#556](https://github.com/folke/trouble.nvim/issues/556)
([05694b4](05694b4e7d))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-07-21 15:53:18 +02:00 committed by GitHub
parent 079de7b82b
commit 40c5317a6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 12 additions and 0 deletions

View File

@ -1,5 +1,17 @@
# Changelog
## [3.6.0](https://github.com/folke/trouble.nvim/compare/v3.5.2...v3.6.0) (2024-07-21)
### Features
* allow disabling a key ([891e76d](https://github.com/folke/trouble.nvim/commit/891e76df4628d5bb3ad41edb4269592c19b35537))
### Bug Fixes
* **text:** skip treesitter when buf is no longer valid. Fixes [#556](https://github.com/folke/trouble.nvim/issues/556) ([05694b4](https://github.com/folke/trouble.nvim/commit/05694b4e7d67fe1c46503e92a7b812fa58d92702))
## [3.5.2](https://github.com/folke/trouble.nvim/compare/v3.5.1...v3.5.2) (2024-07-19)