This commit is contained in:
Andrey Nering
2023-12-21 20:10:41 -03:00
parent 862237a931
commit 58275b4b33
5 changed files with 13 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
# Changelog # Changelog
## Unreleased ## v3.33.1 - 2023-12-21
- Added support for looping over map variables with the - Added support for looping over map variables with the
[Any Variables experiment](https://taskfile.dev/experiments/any_variables) [Any Variables experiment](https://taskfile.dev/experiments/any_variables)

View File

@@ -14,7 +14,7 @@ import (
const ( const (
changelogSource = "CHANGELOG.md" changelogSource = "CHANGELOG.md"
changelogTarget = "docs/docs/changelog.mdx" changelogTarget = "docs/docs/changelog.md"
) )
var ( var (

View File

@@ -5,10 +5,18 @@ sidebar_position: 14
# Changelog # Changelog
## v3.33.1 - 2023-12-21
- Added support for looping over map variables with the
[Any Variables experiment](https://taskfile.dev/experiments/any_variables)
enabled (#1435, #1437 by @pd93).
- Fixed a bug where dynamic variables were causing errors during fast
compilation (#1435, #1437 by @pd93)
## v3.33.0 - 2023-12-20 ## v3.33.0 - 2023-12-20
- Added - Added
[Any Variables experiment](https://taskfile.dev/experiments/any_variables) [Any Variables experiment](https://taskfile.dev/experiments/any-variables)
(#1415, #1421 by @pd93). (#1415, #1421 by @pd93).
- Updated Docusaurus to v3 (#1432 by @pd93). - Updated Docusaurus to v3 (#1432 by @pd93).
- Added `aliases` to `--json` flag output (#1430, #1431 by @pd93). - Added `aliases` to `--json` flag output (#1430, #1431 by @pd93).

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{ {
"name": "@go-task/cli", "name": "@go-task/cli",
"version": "3.33.0", "version": "3.33.1",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "@go-task/cli", "name": "@go-task/cli",
"version": "3.33.0", "version": "3.33.1",
"description": "A task runner / simpler Make alternative written in Go", "description": "A task runner / simpler Make alternative written in Go",
"scripts": { "scripts": {
"postinstall": "go-npm install", "postinstall": "go-npm install",