Skip to content

Commit 41a2137

Browse files
committed
v3.51.0
1 parent aea7f7a commit 41a2137

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## v3.51.0 - 2026-05-16
44

55
- A significant performance boost was achieved for large Taskfiles (monorepos)
66
by skipping templating altogether when the string is static (#2820 by @romnn).

internal/version/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.50.0
1+
3.51.0

website/src/docs/changelog.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,21 @@ editLink: false
88

99
::: v-pre
1010

11+
## v3.51.0 - 2026-05-16
12+
13+
- A significant performance boost was achieved for large Taskfiles (monorepos)
14+
by skipping templating altogether when the string is static (#2820 by @romnn).
15+
- Added `absPath` template function that resolves a path to its absolute form,
16+
cleaning `..` and `.` components (#2681, #2788 by @mateenanjum).
17+
- Added `joinEnv` function to join paths based on your oprating system: `;` for
18+
Windows and `:` elsewhere, and `joinUrl` to join URL paths. Also, added two
19+
new special variables: `FILE_PATH_SEPARATOR` which returns `\` on Windows
20+
and `/` elsewhere, and `PATH_LIST_SEPARATOR` which returns `;` on Windows and
21+
`:` elsewhere (#2406, #2408 by @solvingj).
22+
- Update the shell interpreter with a regression fix (#2812, #2832 by
23+
@andreynering).
24+
- Fix potential panic with the shell interpreter (#2810 by @trulede).
25+
1126
## v3.50.0 - 2026-04-13
1227

1328
- Added `enum.ref` support in `requires`: enum constraints can now reference

0 commit comments

Comments
 (0)