From 47eb54344b1f3cc009b45ea995b61aea18e95040 Mon Sep 17 00:00:00 2001 From: xiaoshihou Date: Sat, 8 Nov 2025 05:08:49 +0000 Subject: [PATCH] chore(main): release 2.5.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbbda64..05e3f8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.5.0](https://github.com/nvimdev/guard.nvim/compare/v2.4.2...v2.5.0) (2025-11-08) + + +### Features + +* migrate to _async ([#228](https://github.com/nvimdev/guard.nvim/issues/228)) ([92ff217](https://github.com/nvimdev/guard.nvim/commit/92ff21771c3ffcf63d3cf7eac3d533e40fc57eed)) + ## [2.4.2](https://github.com/nvimdev/guard.nvim/compare/v2.4.1...v2.4.2) (2025-11-07)