Skip to content

Commit 200ba4e

Browse files
committed
v3.15.0
1 parent 1e8939d commit 200ba4e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

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.15.0 - 2022-09-03
44

55
- Add new special variables `ROOT_DIR` and `TASKFILE_DIR`. This was a highly
66
requested feature

docs/docs/changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ sidebar_position: 6
55

66
# Changelog
77

8+
## v3.15.0 - 2022-09-03
9+
10+
- Add new special variables `ROOT_DIR` and `TASKFILE_DIR`. This was a highly
11+
requested feature
12+
([#215](https://github.com/go-task/task/issues/215), [Documentation](https://taskfile.dev/api/#special-variables)).
13+
- Follow symlinks on `sources`
14+
([#826](https://github.com/go-task/task/issues/826), [#831](https://github.com/go-task/task/pull/831)).
15+
- Improvements and fixes to Bash completion
16+
([#835](https://github.com/go-task/task/pull/835), [#844](https://github.com/go-task/task/pull/844)).
17+
818
## v3.14.1 - 2022-08-03
919

1020
- Always resolve relative include paths relative to the including Taskfile

0 commit comments

Comments
 (0)