From c5ceb91181b4ecb4d00f35c4efdb22361a6335e9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 16:04:58 +0000 Subject: [PATCH] chore(main): release 3.0.0 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba064ec..04c7eb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [3.0.0](https://github.com/nvim-flutter/flutter-tools.nvim/compare/v2.2.0...v3.0.0) (2026-05-03) + + +### ⚠ BREAKING CHANGES + +* remove support to older than 0.11 nvim versions ([#525](https://github.com/nvim-flutter/flutter-tools.nvim/issues/525)) + +### Features + +* remove support to older than 0.11 nvim versions ([#525](https://github.com/nvim-flutter/flutter-tools.nvim/issues/525)) ([417304b](https://github.com/nvim-flutter/flutter-tools.nvim/commit/417304b5c83633a60c353f64ad6ba090fda6eab0)) + + +### Bug Fixes + +* **devtools:** stop DevTools server on flutter shutdown ([#521](https://github.com/nvim-flutter/flutter-tools.nvim/issues/521)) ([1f532b5](https://github.com/nvim-flutter/flutter-tools.nvim/commit/1f532b515cffd45ea6dc2d9399e06622515f42e7)) + ## [2.2.0](https://github.com/nvim-flutter/flutter-tools.nvim/compare/v2.1.0...v2.2.0) (2026-01-14)