Skip to content

Commit 1530114

Browse files
committed
v3.53.0
1 parent 2449247 commit 1530114

22 files changed

Lines changed: 1511 additions & 600 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 13b5f7a891a22557ad413767d011176b115ea9c6

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.53.0 - 2026-08-18
44

55
- **Remote Taskfiles are now generally available!** This has been an
66
experimental feature for 3 years, but is now enabled by default. Massive

internal/version/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.52.0
1+
3.53.0

mise.lock

Lines changed: 279 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/.vitepress/sidebar/latest.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ export const sidebar: DefaultTheme.SidebarItem[] = [
1616
text: 'Guide',
1717
link: '/docs/guide'
1818
},
19+
{
20+
text: 'Remote Taskfiles',
21+
link: '/docs/remote-taskfiles'
22+
},
1923
{
2024
text: 'Reference',
2125
collapsed: true,

website/src/latest/blog/any-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description:
55
and arrays!
66
author: pd93
77
date: 2024-05-09
8-
tags: ['experiments', 'variables']
8+
tags: ['experiments', 'variables', 'new-features']
99
outline: deep
1010
editLink: false
1111
---

0 commit comments

Comments
 (0)