We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c847347 commit 0d3fa77Copy full SHA for 0d3fa77
2 files changed
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
3
+## v3.53.0 - 2026-03-13
4
+
5
+### Features
6
7
+- Checksum data strings now use paths relative to the task directory, making
8
+ checksums stable across CI runners with different workspace paths.
9
10
+### Fixes
11
12
+- Cached tasks with `generates` paths outside the project root are now rejected
13
+ at compilation time, preventing path-traversal in cache archives.
14
15
## v3.52.0 - 2026-03-13
16
17
### Features
internal/version/version.txt
@@ -1 +1 @@
-3.49.1
+3.54.0
0 commit comments