Skip to content

Commit 33b6927

Browse files
committed
v3.17.0
1 parent 852a176 commit 33b6927

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
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.17.0
44

55
- Add a "Did you mean ...?" suggestion when a task does not exits another one
66
with a similar name is found

docs/docs/changelog.md

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

66
# Changelog
77

8+
## v3.17.0
9+
10+
- Add a "Did you mean ...?" suggestion when a task does not exits another one
11+
with a similar name is found
12+
([#867](https://github.com/go-task/task/issues/867), [#880](https://github.com/go-task/task/pull/880)).
13+
- Now YAML parse errors will print which Taskfile failed to parse
14+
([#885](https://github.com/go-task/task/issues/885), [#887](https://github.com/go-task/task/pull/887)).
15+
- Add ability to set `aliases` for tasks and namespaces ([#268](https://github.com/go-task/task/pull/268), [#340](https://github.com/go-task/task/pull/340), [#879](https://github.com/go-task/task/pull/879)).
16+
- Improvements to Fish shell completion
17+
([#897](https://github.com/go-task/task/pull/897)).
18+
- Added ability to set a different watch interval by setting
19+
`interval: '500ms'` or using the `--interval=500ms` flag
20+
([#813](https://github.com/go-task/task/issues/813), [#865](https://github.com/go-task/task/pull/865)).
21+
- Add colored output to `--list`, `--list-all` and `--summary` flags ([#845](https://github.com/go-task/task/pull/845), [#874](https://github.com/go-task/task/pull/874)).
22+
- Fix unexpected behavior where `label:` was being shown instead of the task
23+
name on `--list`
24+
([#603](https://github.com/go-task/task/issues/603), [#877](https://github.com/go-task/task/pull/877)).
25+
826
## v3.16.0 - 2022-09-29
927

1028
- Add `npm` as new installation method: `npm i -g @go-task/cli`

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@go-task/cli",
3-
"version": "3.16.0",
3+
"version": "3.17.0",
44
"description": "A task runner / simpler Make alternative written in Go",
55
"scripts": {
66
"postinstall": "go-npm install",

0 commit comments

Comments
 (0)