|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -# v3.0.0 - Unreleased |
| 3 | +## v3.0.0 |
4 | 4 |
|
5 | 5 | - On `v3`, all CLI variables will be considered global variables
|
6 | 6 | ([#336](https://github.com/go-task/task/issues/336), [#341](https://github.com/go-task/task/pull/341))
|
7 | 7 | - Add support to `.env` like files
|
8 | 8 | ([#324](https://github.com/go-task/task/issues/324), [#356](https://github.com/go-task/task/pull/356)).
|
9 | 9 | - Add `label:` to task so you can override the task name in the logs
|
10 | 10 | ([#321](https://github.com/go-task/task/issues/321]), [#337](https://github.com/go-task/task/pull/337)).
|
11 |
| - |
12 |
| -# v3.0.0 - Preview 4 |
13 |
| - |
14 | 11 | - Refactor how variables work on version 3
|
15 | 12 | ([#311](https://github.com/go-task/task/pull/311)).
|
16 | 13 | - Disallow `expansions` on v3 since it has no effect.
|
17 | 14 | - `Taskvars.yml` is not automatically included anymore.
|
18 | 15 | - `Taskfile_{{OS}}.yml` is not automatically included anymore.
|
19 | 16 | - Allow interpolation on `includes`, so you can manually include a Taskfile
|
20 | 17 | based on operation system, for example.
|
21 |
| - |
22 |
| -# v3.0.0 - Preview 3 |
23 |
| - |
24 | 18 | - Expose `.TASK` variable in templates with the task name
|
25 | 19 | ([#252](https://github.com/go-task/task/issues/252)).
|
26 | 20 | - Implement short task syntax
|
27 | 21 | ([#194](https://github.com/go-task/task/issues/194), [#240](https://github.com/go-task/task/pull/240)).
|
28 | 22 | - Added option to make included Taskfile run commands on its own directory
|
29 | 23 | ([#260](https://github.com/go-task/task/issues/260), [#144](https://github.com/go-task/task/issues/144))
|
30 |
| - |
31 |
| -# v3.0.0 - Preview 2 |
32 |
| - |
33 | 24 | - Taskfiles in version 1 are not supported anymore
|
34 | 25 | ([#237](https://github.com/go-task/task/pull/237)).
|
35 | 26 | - Added global `method:` option. With this option, you can set a default
|
|
44 | 35 | This is useful for manual checking when using external, or even remote,
|
45 | 36 | artifacts when using `status:`
|
46 | 37 | ([#216](https://github.com/go-task/task/pull/216)).
|
47 |
| - |
48 |
| -## v3.0.0 - Preview 1 |
49 |
| - |
50 | 38 | - We're now using [slim-sprig](https://github.com/go-task/slim-sprig) instead of
|
51 | 39 | [sprig](https://github.com/Masterminds/sprig), which allowed a file size
|
52 | 40 | reduction of about 22%
|
|
0 commit comments