Skip to content

Commit 72991d4

Browse files
committed
v3.44.1
1 parent 6f965e3 commit 72991d4

File tree

8 files changed

+45
-5
lines changed

8 files changed

+45
-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.44.1 - 2025-07-23
44

55
- Internal tasks will no longer be shown as suggestions since they cannot be
66
called (#2309, #2323 by @maxmzkrcensys)

internal/version/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.44.0
1+
3.44.1

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.44.0",
3+
"version": "3.44.1",
44
"description": "A task runner / simpler Make alternative written in Go",
55
"scripts": {
66
"postinstall": "go-npm install",

website/docs/changelog.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ sidebar_position: 14
55

66
# Changelog
77

8+
## v3.44.1 - 2025-07-23
9+
10+
- Internal tasks will no longer be shown as suggestions since they cannot be
11+
called (#2309, #2323 by @maxmzkrcensys)
12+
- Fixed install script for some ARM platforms (#1516, #2291 by @trulede).
13+
- Fixed a regression where fingerprinting was not working correctly if the path
14+
to you Taskfile contained a space (#2321, #2322 by @pd93).
15+
- Reverted a breaking change to `randInt` (#2312, #2316 by @pd93).
16+
- Made new variables `TEST_NAME` and `TEST_DIR` available in fixture tests
17+
(#2265 by @pd93).
18+
819
## v3.44.0 - 2025-06-08
920

1021
- Added `uuid`, `randInt` and `randIntN` template functions (#1346, #2225 by

website/versioned_docs/version-latest/changelog.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ sidebar_position: 14
55

66
# Changelog
77

8+
## v3.44.1 - 2025-07-23
9+
10+
- Internal tasks will no longer be shown as suggestions since they cannot be
11+
called (#2309, #2323 by @maxmzkrcensys)
12+
- Fixed install script for some ARM platforms (#1516, #2291 by @trulede).
13+
- Fixed a regression where fingerprinting was not working correctly if the path
14+
to you Taskfile contained a space (#2321, #2322 by @pd93).
15+
- Reverted a breaking change to `randInt` (#2312, #2316 by @pd93).
16+
- Made new variables `TEST_NAME` and `TEST_DIR` available in fixture tests
17+
(#2265 by @pd93).
18+
819
## v3.44.0 - 2025-06-08
920

1021
- Added `uuid`, `randInt` and `randIntN` template functions (#1346, #2225 by

website/versioned_docs/version-latest/installation.mdx

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ repository [[package](https://formulae.brew.sh/formula/go-task)]
3636
brew install go-task
3737
```
3838

39+
### [Macports][macports] ![][macos] ![][community] \{#macports}
40+
41+
Task repository is tracked by Macports [[package](https://ports.macports.org/port/go-task/details/)] [[source](https://github.com/macports/macports-ports/blob/master/devel/go-task/Portfile)]:
42+
43+
```shell
44+
port install go-task
45+
```
46+
3947
### [Snap][snapcraft] ![][macos] ![][linux] \{#snap}
4048

4149
Task is available on [Snapcraft][snapcraft] [[source](https://github.com/go-task/snap/blob/main/snap/snapcraft.yaml)], but keep in mind that your Linux
@@ -104,6 +112,14 @@ pacman -S go-task
104112
dnf install go-task
105113
```
106114

115+
### FreeBSD ([Ports][freebsdports]) ![][freebsd] ![][community] \{#freebsd}
116+
117+
[[package](https://cgit.freebsd.org/ports/tree/devel/task)] [[source](https://cgit.freebsd.org/ports/tree/devel/task/Makefile)]
118+
119+
```shell
120+
pkg install task
121+
```
122+
107123
### NixOS ([nix][nix]) ![][nixos] ![][linux] ![][community] \{#nix}
108124

109125
[[source](https://github.com/NixOS/nixpkgs/blob/master/pkgs/by-name/go/go-task/package.nix)]
@@ -304,6 +320,7 @@ task --completion fish > ~/.config/fish/completions/task.fish
304320

305321
{/* prettier-ignore-start */}
306322
[homebrew]: https://brew.sh
323+
[macports]: https://macports.org
307324
[snapcraft]: https://snapcraft.io/task
308325
[winget]: https://github.com/microsoft/winget-cli
309326
[choco]: https://chocolatey.org
@@ -317,6 +334,7 @@ task --completion fish > ~/.config/fish/completions/task.fish
317334
[aqua]: https://aquaproj.github.io
318335
[pacstall]: https://github.com/pacstall/pacstall
319336
[pkgx]: https://pkgx.sh
337+
[freebsdports]: https://ports.freebsd.org/cgi/ports.cgi
320338

321339
[go]: https://golang.org
322340
[godownloader]: https://github.com/goreleaser/godownloader
@@ -332,4 +350,5 @@ task --completion fish > ~/.config/fish/completions/task.fish
332350
[nixos]: https://img.shields.io/badge/NixOS-5277C3?logo=nixos&logoColor=fff
333351
[debian]: https://img.shields.io/badge/Debian-A81D33?logo=debian&logoColor=fff
334352
[ubuntu]: https://img.shields.io/badge/Ubuntu-E95420?logo=ubuntu&logoColor=fff
353+
[freebsd]: https://img.shields.io/badge/FreeBSD-990000?logo=freebsd&logoColor=fff
335354
{/* prettier-ignore-end */}

website/versioned_docs/version-latest/reference/templating.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,6 @@ Lastly, Task itself provides a few functions:
400400
| `fromYaml`\* | Decodes a YAML string into an object. |
401401
| `toYaml`\* | Encodes an object as a YAML string. |
402402
| `uuid` | Generates a new pseudo-random UUIDv4 string. |
403-
| `randInt` | Generates a new pseudo-random, non-negative, 32bit integer. Generated numbers are not suitable for security-sensitive work. |
404403
| `randIntN` | Generates a new pseudo-random, non-negative, 32bit integer in the half-open interval `[0,n)`. Generated numbers are not suitable for security-sensitive work. |
405404

406405
{/* prettier-ignore-start */}

0 commit comments

Comments
 (0)