mirror of
https://github.com/go-task/task.git
synced 2025-12-16 19:57:43 +01:00
v3.33.1
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
@@ -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 (
|
||||||
|
|||||||
@@ -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
2
package-lock.json
generated
@@ -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": {
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user