File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments