From 200ba4ed04224df6b3a656cd7646811a1ba9e929 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Sat, 3 Sep 2022 18:21:40 -0300 Subject: [PATCH] v3.15.0 --- CHANGELOG.md | 2 +- docs/docs/changelog.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3d70143..b7048c05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## v3.15.0 - 2022-09-03 - Add new special variables `ROOT_DIR` and `TASKFILE_DIR`. This was a highly requested feature diff --git a/docs/docs/changelog.md b/docs/docs/changelog.md index 520dc062..a3d4a013 100644 --- a/docs/docs/changelog.md +++ b/docs/docs/changelog.md @@ -5,6 +5,16 @@ sidebar_position: 6 # Changelog +## v3.15.0 - 2022-09-03 + +- Add new special variables `ROOT_DIR` and `TASKFILE_DIR`. This was a highly + requested feature + ([#215](https://github.com/go-task/task/issues/215), [Documentation](https://taskfile.dev/api/#special-variables)). +- Follow symlinks on `sources` + ([#826](https://github.com/go-task/task/issues/826), [#831](https://github.com/go-task/task/pull/831)). +- Improvements and fixes to Bash completion + ([#835](https://github.com/go-task/task/pull/835), [#844](https://github.com/go-task/task/pull/844)). + ## v3.14.1 - 2022-08-03 - Always resolve relative include paths relative to the including Taskfile