From 10082b60b8c480aef67c63349cbbe68e85b38ed1 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Sat, 16 Mar 2019 10:46:22 -0300 Subject: [PATCH] v2.5.0 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2d6dce3..9322a17e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ # Changelog -## Unreleased +## v2.5.0 = 2019-03-16 - We moved from the taskfile.org domain to the new fancy taskfile.dev domain. While stuff is being redirected, we strongly recommend to everyone that use [this install script](https://taskfile.dev/#/installation?id=install-script) to use the new taskfile.dev domain on scripts from now on. -- Fixes to the ZSH completion +- Fixed to the ZSH completion ([#182](https://github.com/go-task/task/pull/182)). - Add [`--summary` flag along with `summary:` task attribute](https://taskfile.org/#/usage?id=display-summary-of-task) ([#180](https://github.com/go-task/task/pull/180)).