From f2abc13ce2e26017b69ea7de1327aa8be7892da5 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Thu, 31 Mar 2022 21:44:59 -0300 Subject: [PATCH] v3.12.0 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0827d1ce..82669209 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## v3.12.0 - 2022-03-31 - The `--list` and `--list-all` flags can now be combined with the `--silent` flag to print the task names only, without their description @@ -14,7 +14,7 @@ for more information. ([#677](https://github.com/go-task/task/pull/677)). -## v3.11.0 - 2022-01-19 +## v3.11.0 - 2022-02-19 - Task now supports printing begin and end messages when using the `group` output mode, useful for grouping tasks in CI systems.