Skip to content

Commit 09e7247

Browse files
committed
v3.48.0
1 parent 502f24a commit 09e7247

3 files changed

Lines changed: 16 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.48.0 - 2026-01-26
44

55
- Fixed `if:` conditions when using to check dynamic variables. Also, skip
66
variable prompt if task would be skipped by `if:` (#2658, #2660 by @vmaerten).

internal/version/version.txt

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

website/src/docs/changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ outline: deep
77

88
::: v-pre
99

10+
## v3.48.0 - 2026-01-26
11+
12+
- Fixed `if:` conditions when using to check dynamic variables. Also, skip
13+
variable prompt if task would be skipped by `if:` (#2658, #2660 by @vmaerten).
14+
- Fixed `ROOT_TASKFILE` variable pointing to directory instead of the actual
15+
Taskfile path when no explicit `-t` flag is provided (#2635, #1706 by
16+
@trulede).
17+
- Included Taskfiles with `silent: true` now properly propagate silence to their
18+
tasks, while still allowing individual tasks to override with `silent: false`
19+
(#2640, #1319 by @trulede).
20+
- Added TLS certificate options for Remote Taskfiles: use `--cacert` for
21+
self-signed certificates and `--cert`/`--cert-key` for mTLS authentication
22+
(#2537, #2242 by @vmaerten).
23+
1024
## v3.47.0 - 2026-01-24
1125

1226
- Fixed remote git Taskfiles: cloning now works without explicit ref, and

0 commit comments

Comments
 (0)