Skip to content

Commit 7c221ef

Browse files
committed
v3.32.0
1 parent ec35d43 commit 7c221ef

File tree

4 files changed

+23
-6
lines changed

4 files changed

+23
-6
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.32.0 - 2023-11-29
44

55
- Added ability to exclude some files from `sources:` by using `exclude:` (#225,
66
#1324 by @pd93 and @andreynering).

docs/docs/changelog.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,28 @@ sidebar_position: 14
55

66
# Changelog
77

8+
## v3.32.0 - 2023-11-29
9+
10+
- Added ability to exclude some files from `sources:` by using `exclude:` ([#225](https://github.com/go-task/task/issues/225),
11+
[#1324](https://github.com/go-task/task/issues/1324) by [@pd93](https://github.com/pd93) and [@andreynering](https://github.com/andreynering)).
12+
- The
13+
[Remote Taskfiles experiment](https://taskfile.dev/experiments/remote-taskfiles)
14+
now prefers remote files over cached ones by default ([#1317](https://github.com/go-task/task/issues/1317), [#1345](https://github.com/go-task/task/issues/1345) by [@pd93](https://github.com/pd93)).
15+
- Added `--timeout` flag to the
16+
[Remote Taskfiles experiment](https://taskfile.dev/experiments/remote-taskfiles)
17+
([#1317](https://github.com/go-task/task/issues/1317), [#1345](https://github.com/go-task/task/issues/1345) by [@pd93](https://github.com/pd93)).
18+
- Fix bug where dynamic `vars:` and `env:` were being executed when they should
19+
actually be skipped by `platforms:` ([#1273](https://github.com/go-task/task/issues/1273), [#1377](https://github.com/go-task/task/issues/1377) by [@andreynering](https://github.com/andreynering)).
20+
- Fix `schema.json` to make `silent` valid in `cmds` that use `for` ([#1385](https://github.com/go-task/task/issues/1385),
21+
[#1386](https://github.com/go-task/task/issues/1386) by [@iainvm](https://github.com/iainvm)).
22+
- Add new `--no-status` flag to skip expensive status checks when running
23+
`task --list --json` ([#1348](https://github.com/go-task/task/issues/1348), [#1368](https://github.com/go-task/task/issues/1368) by [@amancevice](https://github.com/amancevice)).
24+
825
## v3.31.0 - 2023-10-07
926

1027
- Enabled the `--yes` flag for the
1128
[Remote Taskfiles experiment](https://taskfile.dev/experiments/remote-taskfiles)
12-
([#1344](https://github.com/go-task/task/issues/1344) by [@pd93](https://github.com/pd93)).
29+
([#1317](https://github.com/go-task/task/issues/1317), [#1344](https://github.com/go-task/task/issues/1344) by [@pd93](https://github.com/pd93)).
1330
- Add ability to set `watch: true` in a task to automatically run it in watch
1431
mode ([#231](https://github.com/go-task/task/issues/231), [#1361](https://github.com/go-task/task/issues/1361) by [@andreynering](https://github.com/andreynering)).
1532
- Fixed a bug on the watch mode where paths that contained `.git` (like
@@ -23,8 +40,8 @@ sidebar_position: 14
2340
exists to detect recursive calls, but will be removed in favor of a better
2441
algorithm soon ([#1321](https://github.com/go-task/task/issues/1321), [#1332](https://github.com/go-task/task/issues/1332)).
2542
- Fixed templating on descriptions on `task --list` ([#1343](https://github.com/go-task/task/issues/1343) by [@blackjid](https://github.com/blackjid)).
26-
- Fixed a bug where precondition errors were incorrectly being printed when
27-
task execution was aborted ([#1337](https://github.com/go-task/task/issues/1337), [#1338](https://github.com/go-task/task/issues/1338) by [@sylv](https://github.com/sylv)-io).
43+
- Fixed a bug where precondition errors were incorrectly being printed when task
44+
execution was aborted ([#1337](https://github.com/go-task/task/issues/1337), [#1338](https://github.com/go-task/task/issues/1338) by [@sylv](https://github.com/sylv)-io).
2845

2946
## v3.30.1 - 2023-09-14
3047

package-lock.json

Lines changed: 1 addition & 1 deletion
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.31.0",
3+
"version": "3.32.0",
44
"description": "A task runner / simpler Make alternative written in Go",
55
"scripts": {
66
"postinstall": "go-npm install",

0 commit comments

Comments
 (0)