Skip to content

Commit a1b8985

Browse files
committed
v3.49.0
1 parent 21daf61 commit a1b8985

3 files changed

Lines changed: 19 additions & 3 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.49.0 - 2026-03-07
44

55
- Fixed included Taskfiles with `watch: true` not triggering watch mode when
66
called from the root Taskfile (#2686, #1763 by @trulede).

internal/version/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.48.0
1+
3.49.0

website/src/docs/changelog.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,22 @@ editLink: false
88

99
::: v-pre
1010

11+
## v3.49.0 - 2026-03-07
12+
13+
- Fixed included Taskfiles with `watch: true` not triggering watch mode when
14+
called from the root Taskfile (#2686, #1763 by @trulede).
15+
- Fixed Remote Git Taskfiles failing on Windows due to backslashes in URL paths
16+
(#2656 by @Trim21).
17+
- Fixed remote git Taskfiles timing out when resolving includes after accepting
18+
the trust prompt (#2669, #2668 by @vmaerten).
19+
- Fixed unclear error message when Taskfile search stops at a directory
20+
ownership boundary (#2682, #1683 by @trulede).
21+
- Fixed global variables from imported Taskfiles not resolving `ref:` values
22+
correctly (#2632 by @trulede).
23+
- Every `.taskrc.yml` option can now be overridden with a `TASK_`-prefixed
24+
environment variable, making CI and container configuration easier (#2607,
25+
#1066 by @vmaerten).
26+
1127
## v3.48.0 - 2026-01-26
1228

1329
- Fixed `if:` conditions when using to check dynamic variables. Also, skip
@@ -1480,4 +1496,4 @@ document, since it describes in depth what changed for this version.
14801496

14811497
- Add LICENSE file
14821498

1483-
:::
1499+
:::

0 commit comments

Comments
 (0)