1
0
mirror of https://github.com/go-task/task.git synced 2025-02-01 13:17:56 +02:00
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
## Unreleased
## v3.33.1 - 2023-12-21
- Added support for looping over map variables with the
[Any Variables experiment](https://taskfile.dev/experiments/any_variables)

View File

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

View File

@ -5,10 +5,18 @@ sidebar_position: 14
# 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
- Added
[Any Variables experiment](https://taskfile.dev/experiments/any_variables)
[Any Variables experiment](https://taskfile.dev/experiments/any-variables)
(#1415, #1421 by @pd93).
- Updated Docusaurus to v3 (#1432 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",
"version": "3.33.0",
"version": "3.33.1",
"lockfileVersion": 2,
"requires": true,
"packages": {

View File

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