We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42c8de0 commit 1e8947dCopy full SHA for 1e8947d
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## Unreleased
4
+
5
+- Deprecated `version: 2` schema (#1197).
6
+- Added an [experiments document](https://taskfile.dev/experiments) to the
7
+ website (#1198 by @pd93).
8
9
## v3.25.0 - 2023-05-22
10
11
- Support `silent:` when calling another tasks (#680, #1142 by @danquah).
@@ -11,7 +17,8 @@
17
- Fix some errors being unintendedly supressed (#1134 by @clintmod).
12
18
- Fix a nil pointer error when `version` is omitted from a Taskfile (#1148,
13
19
#1149 by @pd93).
14
-- Fix duplicate error message when a task does not exists (#1141, #1144 by @pd93).
20
+- Fix duplicate error message when a task does not exists (#1141, #1144 by
21
+ @pd93).
15
22
16
23
## v3.24.0 - 2023-04-15
24
0 commit comments