From 4b2b713e59a9caf0d58fd6c99ee358727ea975e7 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Mon, 13 Jun 2022 21:08:26 -0300 Subject: [PATCH] v3.13.0 --- CHANGELOG.md | 2 +- docs/docs/changelog.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 446c6c04..c30f1001 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## v3.13.0 - 2022-06-13 - Added `-n` as an alias to `--dry` ([#776](https://github.com/go-task/task/issues/776), [#777](https://github.com/go-task/task/pull/777)). diff --git a/docs/docs/changelog.md b/docs/docs/changelog.md index b5b55c3b..b5ae4c6e 100644 --- a/docs/docs/changelog.md +++ b/docs/docs/changelog.md @@ -5,6 +5,17 @@ sidebar_position: 6 # Changelog +## v3.13.0 - 2022-06-13 + +- Added `-n` as an alias to `--dry` + ([#776](https://github.com/go-task/task/issues/776), [#777](https://github.com/go-task/task/pull/777)). +- Fix behavior of interrupt (SIGINT, SIGTERM) signals. Task will now give time + for the processes running to do cleanup work + ([#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)). +- Add new `--exit-code` (`-x`) flag that will pass-through the exit form the + command being ran + ([#755](https://github.com/go-task/task/pull/755)). + ## v3.12.1 - 2022-05-10 - Fixed bug where, on Windows, variables were ending with `\r` because we were