Skip to content

Commit

Permalink
v3.33.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andreynering committed Dec 21, 2023
1 parent 862237a commit 58275b4
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion cmd/release/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (

const (
changelogSource = "CHANGELOG.md"
changelogTarget = "docs/docs/changelog.mdx"
changelogTarget = "docs/docs/changelog.md"
)

var (
Expand Down
10 changes: 9 additions & 1 deletion docs/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 58275b4

Please sign in to comment.