Skip to content

Commit 44ca1fc

Browse files
committed
release: v3.28.0
1 parent a16a5ea commit 44ca1fc

4 files changed

Lines changed: 15 additions & 3 deletions

File tree

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.28.0 - 2023-07-24
44

55
- Added the ability to
66
[loop over commands and tasks](https://taskfile.dev/usage/#looping-over-values)

docs/docs/changelog.md

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

66
# Changelog
77

8+
## v3.28.0 - 2023-07-24
9+
10+
- Added the ability to
11+
[loop over commands and tasks](https://taskfile.dev/usage/#looping-over-values)
12+
using `for` ([#82](https://github.com/go-task/task/issues/82), [#1220](https://github.com/go-task/task/issues/1220) by [@pd93](https://github.com/pd93)).
13+
- Fixed variable propagation in multi-level includes ([#778](https://github.com/go-task/task/issues/778), [#996](https://github.com/go-task/task/issues/996), [#1256](https://github.com/go-task/task/issues/1256) by
14+
[@hudclark](https://github.com/hudclark)).
15+
- Fixed a bug where the `--exit-code` code flag was not returning the correct
16+
exit code when calling commands indirectly ([#1266](https://github.com/go-task/task/issues/1266), [#1270](https://github.com/go-task/task/issues/1270) by [@pd93](https://github.com/pd93)).
17+
- Fixed a `nil` panic when a dependency was commented out or left empty ([#1263](https://github.com/go-task/task/issues/1263)
18+
by [@neomantra](https://github.com/neomantra)).
19+
820
## v3.27.1 - 2023-06-30
921

1022
- Fix panic when a `.env` directory (not file) is present on current directory

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.27.1",
3+
"version": "3.28.0",
44
"description": "A task runner / simpler Make alternative written in Go",
55
"scripts": {
66
"postinstall": "go-npm install",

0 commit comments

Comments
 (0)