From dcf66e73809e3b7d8f08866375c066dcd9d90494 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Mon, 22 May 2023 22:45:00 -0300 Subject: [PATCH] v3.25.0 --- CHANGELOG.md | 2 +- cmd/release/main.go | 2 +- docs/docs/changelog.md | 13 +++++++++++++ package-lock.json | 2 +- package.json | 2 +- 5 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a52add0..c81fcef3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## v3.25.0 - 2023-05-22 - Support `silent:` when calling another tasks (#680, #1142 by @danquah). - Improve PowerShell completion script (#1168 by @trim21). diff --git a/cmd/release/main.go b/cmd/release/main.go index c798c887..af339f5a 100644 --- a/cmd/release/main.go +++ b/cmd/release/main.go @@ -19,7 +19,7 @@ const ( const changelogTemplate = `--- slug: /changelog/ -sidebar_position: 7 +sidebar_position: 8 ---` var ( diff --git a/docs/docs/changelog.md b/docs/docs/changelog.md index 38e87bcc..da4e08b9 100644 --- a/docs/docs/changelog.md +++ b/docs/docs/changelog.md @@ -5,6 +5,19 @@ sidebar_position: 8 # Changelog +## v3.25.0 - 2023-05-22 + +- Support `silent:` when calling another tasks ([#680](https://github.com/go-task/task/issues/680), [#1142](https://github.com/go-task/task/issues/1142) by [@danquah](https://github.com/danquah)). +- Improve PowerShell completion script ([#1168](https://github.com/go-task/task/issues/1168) by [@trim21](https://github.com/trim21)). +- Add more languages to the website menu and show translation progress + percentage ([#1173](https://github.com/go-task/task/issues/1173) by [@misitebao](https://github.com/misitebao)). +- Starting on this release, official binaries for FreeBSD will be available to + download ([#1068](https://github.com/go-task/task/issues/1068) by [@andreynering](https://github.com/andreynering)). +- Fix some errors being unintendedly supressed ([#1134](https://github.com/go-task/task/issues/1134) by [@clintmod](https://github.com/clintmod)). +- Fix a nil pointer error when `version` is omitted from a Taskfile ([#1148](https://github.com/go-task/task/issues/1148), + [#1149](https://github.com/go-task/task/issues/1149) by [@pd93](https://github.com/pd93)). +- Fix duplicate error message when a task does not exists ([#1141](https://github.com/go-task/task/issues/1141), [#1144](https://github.com/go-task/task/issues/1144) by [@pd93](https://github.com/pd93)). + ## v3.24.0 - 2023-04-15 - Fix Fish shell completion for tasks with aliases ([#1113](https://github.com/go-task/task/issues/1113) by [@patricksjackson](https://github.com/patricksjackson)). diff --git a/package-lock.json b/package-lock.json index 88b93b75..ea55eb9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@go-task/cli", - "version": "3.24.0", + "version": "3.25.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 6d437589..a81b36ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@go-task/cli", - "version": "3.24.0", + "version": "3.25.0", "description": "A task runner / simpler Make alternative written in Go", "scripts": { "postinstall": "go-npm install",