From b40002ed547e0644e3cca7b74142c6ca6024a710 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 11:48:34 +0000 Subject: [PATCH] chore(main): release 3.0.1 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04c7eb3..951ed45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [3.0.1](https://github.com/nvim-flutter/flutter-tools.nvim/compare/v3.0.0...v3.0.1) (2026-08-06) + + +### Bug Fixes + +* **dev_tools:** prevent nil data error on app termination ([#528](https://github.com/nvim-flutter/flutter-tools.nvim/issues/528)) ([f9c8816](https://github.com/nvim-flutter/flutter-tools.nvim/commit/f9c8816002ef4b99469c45d30274194cf027d2fc)) +* **lsp:** attach dartls to the buffer that requested it ([#530](https://github.com/nvim-flutter/flutter-tools.nvim/issues/530)) ([3b8e1c5](https://github.com/nvim-flutter/flutter-tools.nvim/commit/3b8e1c599cc20b205d872e3c002ccbcbe38358a4)) +* reattach LSP on file rename/reload ([#527](https://github.com/nvim-flutter/flutter-tools.nvim/issues/527)) ([2450aa2](https://github.com/nvim-flutter/flutter-tools.nvim/commit/2450aa2c846f522cda1933b6341f93e2b37fc580)) + ## [3.0.0](https://github.com/nvim-flutter/flutter-tools.nvim/compare/v2.2.0...v3.0.0) (2026-05-03)