From bd79c29a39b1fc4a7cdd0ef9f2c3cd2f06886e2a Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Sat, 16 May 2026 17:51:05 -0300 Subject: [PATCH] v3.51.1 --- CHANGELOG.md | 2 +- internal/version/version.txt | 2 +- website/src/docs/changelog.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 402c0944..b1496f85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## v3.51.1 - 2026-05-16 - A significant performance boost was achieved for large Taskfiles (monorepos) by skipping templating altogether when the string is static (#2820 by @romnn). diff --git a/internal/version/version.txt b/internal/version/version.txt index 84ba969c..d1278a46 100644 --- a/internal/version/version.txt +++ b/internal/version/version.txt @@ -1 +1 @@ -3.51.0 +3.51.1 diff --git a/website/src/docs/changelog.md b/website/src/docs/changelog.md index 909bfbc4..926854c8 100644 --- a/website/src/docs/changelog.md +++ b/website/src/docs/changelog.md @@ -8,7 +8,7 @@ editLink: false ::: v-pre -## v3.51.0 - 2026-05-16 +## v3.51.1 - 2026-05-16 - A significant performance boost was achieved for large Taskfiles (monorepos) by skipping templating altogether when the string is static (#2820 by @romnn).