From 09e7247d0552ccb48146994d817e6d585c70ab0f Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Mon, 26 Jan 2026 09:26:23 -0300 Subject: [PATCH] v3.48.0 --- CHANGELOG.md | 2 +- internal/version/version.txt | 2 +- website/src/docs/changelog.md | 14 ++++++++++++++ 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6dec70cd..6196ec4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## v3.48.0 - 2026-01-26 - Fixed `if:` conditions when using to check dynamic variables. Also, skip variable prompt if task would be skipped by `if:` (#2658, #2660 by @vmaerten). diff --git a/internal/version/version.txt b/internal/version/version.txt index 5e895b24..7dd5eda8 100644 --- a/internal/version/version.txt +++ b/internal/version/version.txt @@ -1 +1 @@ -3.47.0 +3.48.0 diff --git a/website/src/docs/changelog.md b/website/src/docs/changelog.md index cef1d32d..0faf44d6 100644 --- a/website/src/docs/changelog.md +++ b/website/src/docs/changelog.md @@ -7,6 +7,20 @@ outline: deep ::: v-pre +## v3.48.0 - 2026-01-26 + +- Fixed `if:` conditions when using to check dynamic variables. Also, skip + variable prompt if task would be skipped by `if:` (#2658, #2660 by @vmaerten). +- Fixed `ROOT_TASKFILE` variable pointing to directory instead of the actual + Taskfile path when no explicit `-t` flag is provided (#2635, #1706 by + @trulede). +- Included Taskfiles with `silent: true` now properly propagate silence to their + tasks, while still allowing individual tasks to override with `silent: false` + (#2640, #1319 by @trulede). +- Added TLS certificate options for Remote Taskfiles: use `--cacert` for + self-signed certificates and `--cert`/`--cert-key` for mTLS authentication + (#2537, #2242 by @vmaerten). + ## v3.47.0 - 2026-01-24 - Fixed remote git Taskfiles: cloning now works without explicit ref, and