Skip to content

Commit 58275b4

Browse files
committed
v3.33.1
1 parent 862237a commit 58275b4

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## v3.33.1 - 2023-12-21
44

55
- Added support for looping over map variables with the
66
[Any Variables experiment](https://taskfile.dev/experiments/any_variables)

cmd/release/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414

1515
const (
1616
changelogSource = "CHANGELOG.md"
17-
changelogTarget = "docs/docs/changelog.mdx"
17+
changelogTarget = "docs/docs/changelog.md"
1818
)
1919

2020
var (

docs/docs/changelog.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,18 @@ sidebar_position: 14
55

66
# Changelog
77

8+
## v3.33.1 - 2023-12-21
9+
10+
- Added support for looping over map variables with the
11+
[Any Variables experiment](https://taskfile.dev/experiments/any_variables)
12+
enabled (#1435, #1437 by @pd93).
13+
- Fixed a bug where dynamic variables were causing errors during fast
14+
compilation (#1435, #1437 by @pd93)
15+
816
## v3.33.0 - 2023-12-20
917

1018
- Added
11-
[Any Variables experiment](https://taskfile.dev/experiments/any_variables)
19+
[Any Variables experiment](https://taskfile.dev/experiments/any-variables)
1220
(#1415, #1421 by @pd93).
1321
- Updated Docusaurus to v3 (#1432 by @pd93).
1422
- Added `aliases` to `--json` flag output (#1430, #1431 by @pd93).

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@go-task/cli",
3-
"version": "3.33.0",
3+
"version": "3.33.1",
44
"description": "A task runner / simpler Make alternative written in Go",
55
"scripts": {
66
"postinstall": "go-npm install",

0 commit comments

Comments
 (0)