File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## Unreleased
3
+ ## v3.15.0 - 2022-09-03
4
4
5
5
- Add new special variables ` ROOT_DIR ` and ` TASKFILE_DIR ` . This was a highly
6
6
requested feature
Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ sidebar_position: 6
5
5
6
6
# Changelog
7
7
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
+
8
18
## v3.14.1 - 2022-08-03
9
19
10
20
- Always resolve relative include paths relative to the including Taskfile
You can’t perform that action at this time.
0 commit comments