From fb9fa7633296ec2b8b72c98e6a2eb7ae88324df7 Mon Sep 17 00:00:00 2001 From: xiaoshihou Date: Sun, 24 Aug 2025 20:06:28 +0800 Subject: [PATCH] chore(main): release 2.4.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9aa5e6f..e6a1a11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.4.0](https://github.com/nvimdev/guard.nvim/compare/v2.3.2...v2.4.0) (2025-08-24) + + +### Features + +* args can be a function ([#218](https://github.com/nvimdev/guard.nvim/issues/218)) ([d9e705b](https://github.com/nvimdev/guard.nvim/commit/d9e705b803d07eb83484e6220ce50ff076a1e8a8)) + ## [2.3.2](https://github.com/nvimdev/guard.nvim/compare/v2.3.1...v2.3.2) (2025-06-10)