From 3354090f21c6cbb0add68b677e9a4bb387ad9fe9 Mon Sep 17 00:00:00 2001 From: Jurgen Braam <2862977+jubr@users.noreply.github.com> Date: Fri, 3 Jul 2026 15:16:57 +0200 Subject: [PATCH] docs: Mention version checks introduced in v3.34.0 (#2184) --- website/src/docs/taskfile-versions.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/website/src/docs/taskfile-versions.md b/website/src/docs/taskfile-versions.md index 87cb7b7d..44f90778 100644 --- a/website/src/docs/taskfile-versions.md +++ b/website/src/docs/taskfile-versions.md @@ -63,6 +63,14 @@ Now when someone tries to run the Taskfile with an older version of Task, they will receive an error prompting them to upgrade their version of Task to `v3.17.0` or greater. +:::info + +Note that this functionality was introduced in +[v3.34.0](https://github.com/go-task/task/releases/tag/v3.34.0), so older +versions are not able to give you this warning. + +::: + ## Versions 1 & 2 Version 1 and 2 of Task are no longer officially supported and anyone still