This commit is contained in:
Andrey Nering
2026-05-16 17:51:05 -03:00
parent 136e0dae89
commit bd79c29a39
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# Changelog # Changelog
## Unreleased ## v3.51.1 - 2026-05-16
- A significant performance boost was achieved for large Taskfiles (monorepos) - A significant performance boost was achieved for large Taskfiles (monorepos)
by skipping templating altogether when the string is static (#2820 by @romnn). by skipping templating altogether when the string is static (#2820 by @romnn).

View File

@@ -1 +1 @@
3.51.0 3.51.1

View File

@@ -8,7 +8,7 @@ editLink: false
::: v-pre ::: v-pre
## v3.51.0 - 2026-05-16 ## v3.51.1 - 2026-05-16
- A significant performance boost was achieved for large Taskfiles (monorepos) - A significant performance boost was achieved for large Taskfiles (monorepos)
by skipping templating altogether when the string is static (#2820 by @romnn). by skipping templating altogether when the string is static (#2820 by @romnn).