mirror of
https://github.com/go-task/task.git
synced 2024-12-12 10:45:49 +02:00
v3.35.0
This commit is contained in:
parent
8a73411803
commit
5395921acc
@ -1,6 +1,6 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## Unreleased
|
## v3.35.0 - 2024-02-28
|
||||||
|
|
||||||
- Added support for
|
- Added support for
|
||||||
[wildcards in task names](https://taskfile.dev/usage/#wildcard-arguments)
|
[wildcards in task names](https://taskfile.dev/usage/#wildcard-arguments)
|
||||||
|
@ -5,6 +5,23 @@ sidebar_position: 14
|
|||||||
|
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v3.35.0 - 2024-02-28
|
||||||
|
|
||||||
|
- Added support for
|
||||||
|
[wildcards in task names](https://taskfile.dev/usage/#wildcard-arguments)
|
||||||
|
(#836, #1489 by @pd93).
|
||||||
|
- Added the ability to
|
||||||
|
[run Taskfiles via stdin](https://taskfile.dev/usage/#reading-a-taskfile-from-stdin)
|
||||||
|
(#655, #1483 by @pd93).
|
||||||
|
- Bumped minimum Go version to 1.21 (#1500 by @pd93).
|
||||||
|
- Fixed bug related to the `--list` flag (#1509, #1512 by @pd93, #1514, #1520 by
|
||||||
|
@pd93).
|
||||||
|
- Add mention on the documentation to the fact that the variable declaration
|
||||||
|
order is respected (#1510 by @kirkrodrigues).
|
||||||
|
- Improved style guide docs (#1495 by @iwittkau).
|
||||||
|
- Removed duplicated entry for `requires` on the API docs (#1491 by
|
||||||
|
@teatimeguest).
|
||||||
|
|
||||||
## v3.34.1 - 2024-01-27
|
## v3.34.1 - 2024-01-27
|
||||||
|
|
||||||
- Fixed prompt regression on
|
- Fixed prompt regression on
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@go-task/cli",
|
"name": "@go-task/cli",
|
||||||
"version": "3.34.1",
|
"version": "3.35.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@go-task/cli",
|
"name": "@go-task/cli",
|
||||||
"version": "3.34.1",
|
"version": "3.35.0",
|
||||||
"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",
|
||||||
|
Loading…
Reference in New Issue
Block a user