Skip to content

Commit dd2116c

Browse files
committed
v3.0.0
1 parent c5566b3 commit dd2116c

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

CHANGELOG.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,26 @@
11
# Changelog
22

3-
# v3.0.0 - Unreleased
3+
## v3.0.0
44

55
- On `v3`, all CLI variables will be considered global variables
66
([#336](https://github.com/go-task/task/issues/336), [#341](https://github.com/go-task/task/pull/341))
77
- Add support to `.env` like files
88
([#324](https://github.com/go-task/task/issues/324), [#356](https://github.com/go-task/task/pull/356)).
99
- Add `label:` to task so you can override the task name in the logs
1010
([#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-
1411
- Refactor how variables work on version 3
1512
([#311](https://github.com/go-task/task/pull/311)).
1613
- Disallow `expansions` on v3 since it has no effect.
1714
- `Taskvars.yml` is not automatically included anymore.
1815
- `Taskfile_{{OS}}.yml` is not automatically included anymore.
1916
- Allow interpolation on `includes`, so you can manually include a Taskfile
2017
based on operation system, for example.
21-
22-
# v3.0.0 - Preview 3
23-
2418
- Expose `.TASK` variable in templates with the task name
2519
([#252](https://github.com/go-task/task/issues/252)).
2620
- Implement short task syntax
2721
([#194](https://github.com/go-task/task/issues/194), [#240](https://github.com/go-task/task/pull/240)).
2822
- Added option to make included Taskfile run commands on its own directory
2923
([#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-
3324
- Taskfiles in version 1 are not supported anymore
3425
([#237](https://github.com/go-task/task/pull/237)).
3526
- Added global `method:` option. With this option, you can set a default
@@ -44,9 +35,6 @@
4435
This is useful for manual checking when using external, or even remote,
4536
artifacts when using `status:`
4637
([#216](https://github.com/go-task/task/pull/216)).
47-
48-
## v3.0.0 - Preview 1
49-
5038
- We're now using [slim-sprig](https://github.com/go-task/slim-sprig) instead of
5139
[sprig](https://github.com/Masterminds/sprig), which allowed a file size
5240
reduction of about 22%

0 commit comments

Comments
 (0)