Skip to content

Commit 4b2b713

Browse files
committed
v3.13.0
1 parent cc0afce commit 4b2b713

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
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.13.0 - 2022-06-13
44

55
- Added `-n` as an alias to `--dry`
66
([#776](https://github.com/go-task/task/issues/776), [#777](https://github.com/go-task/task/pull/777)).

docs/docs/changelog.md

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

66
# Changelog
77

8+
## v3.13.0 - 2022-06-13
9+
10+
- Added `-n` as an alias to `--dry`
11+
([#776](https://github.com/go-task/task/issues/776), [#777](https://github.com/go-task/task/pull/777)).
12+
- Fix behavior of interrupt (SIGINT, SIGTERM) signals. Task will now give time
13+
for the processes running to do cleanup work
14+
([#458](https://github.com/go-task/task/issues/458), [#479](https://github.com/go-task/task/pull/479), [#728](https://github.com/go-task/task/issues/728)).
15+
- Add new `--exit-code` (`-x`) flag that will pass-through the exit form the
16+
command being ran
17+
([#755](https://github.com/go-task/task/pull/755)).
18+
819
## v3.12.1 - 2022-05-10
920

1021
- Fixed bug where, on Windows, variables were ending with `\r` because we were

0 commit comments

Comments
 (0)