mirror of
https://github.com/go-task/task.git
synced 2025-12-16 19:57:43 +01:00
v3.39.1
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## Unreleased
|
## v3.39.1 - 2024-09-18
|
||||||
|
|
||||||
- Added Renovate configuration to automatically create PRs to keep dependencies
|
- Added Renovate configuration to automatically create PRs to keep dependencies
|
||||||
up to date (#1783 by @vmaerten).
|
up to date (#1783 by @vmaerten).
|
||||||
|
|||||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@go-task/cli",
|
"name": "@go-task/cli",
|
||||||
"version": "3.39.0",
|
"version": "3.39.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.39.0",
|
"version": "3.39.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",
|
||||||
|
|||||||
@@ -5,6 +5,16 @@ sidebar_position: 14
|
|||||||
|
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v3.39.1 - 2024-09-18
|
||||||
|
|
||||||
|
- Added Renovate configuration to automatically create PRs to keep dependencies
|
||||||
|
up to date (#1783 by @vmaerten).
|
||||||
|
- Fixed a bug where the help was displayed twice (#1805, #1806 by @vmaerten).
|
||||||
|
- Fixed a bug where ZSH and PowerShell completions did not work when using the
|
||||||
|
recommended method. (#1813, #1809 by @vmaerten and @shirayu)
|
||||||
|
- Fix variables not working properly for a `defer:` statement (#1803, #1814 by
|
||||||
|
@vmaerten and @andreynering).
|
||||||
|
|
||||||
## v3.39.0 - 2024-09-07
|
## v3.39.0 - 2024-09-07
|
||||||
|
|
||||||
- Added
|
- Added
|
||||||
|
|||||||
@@ -5,6 +5,16 @@ sidebar_position: 14
|
|||||||
|
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v3.39.1 - 2024-09-18
|
||||||
|
|
||||||
|
- Added Renovate configuration to automatically create PRs to keep dependencies
|
||||||
|
up to date (#1783 by @vmaerten).
|
||||||
|
- Fixed a bug where the help was displayed twice (#1805, #1806 by @vmaerten).
|
||||||
|
- Fixed a bug where ZSH and PowerShell completions did not work when using the
|
||||||
|
recommended method. (#1813, #1809 by @vmaerten and @shirayu)
|
||||||
|
- Fix variables not working properly for a `defer:` statement (#1803, #1814 by
|
||||||
|
@vmaerten and @andreynering).
|
||||||
|
|
||||||
## v3.39.0 - 2024-09-07
|
## v3.39.0 - 2024-09-07
|
||||||
|
|
||||||
- Added
|
- Added
|
||||||
|
|||||||
@@ -287,7 +287,7 @@ task --completion fish | source
|
|||||||
|
|
||||||
<TabItem value="4">
|
<TabItem value="4">
|
||||||
```powershell title="$PROFILE\Microsoft.PowerShell_profile.ps1"
|
```powershell title="$PROFILE\Microsoft.PowerShell_profile.ps1"
|
||||||
Invoke-Expression (&task --completion powershell)
|
Invoke-Expression (&task --completion powershell | Out-String)
|
||||||
```
|
```
|
||||||
</TabItem></Tabs>
|
</TabItem></Tabs>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user