Skip to content

Commit 2fa48df

Browse files
authored
release: v0.2.13 (#2446)
Signed-off-by: Charles-Edouard Brétéché <[email protected]>
1 parent c72649b commit 2fa48df

File tree

4 files changed

+13
-8
lines changed

4 files changed

+13
-8
lines changed

.github/ISSUE_TEMPLATE/bug.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ body:
1414
label: chainsaw version Version
1515
description: What version of chainsaw are you running?
1616
options:
17+
- v0.2.13
1718
- v0.2.12
1819
- v0.2.11
1920
- v0.2.10

.github/ISSUE_TEMPLATE/general-question.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ body:
2323
label: chainsaw version Version
2424
description: What version of chainsaw are you running?
2525
options:
26+
- v0.2.13
2627
- v0.2.12
2728
- v0.2.11
2829
- v0.2.10

.release-notes/main.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,3 @@ Release notes for `TODO`.
1919
2020
## 🎸 Misc 🎸
2121
-->
22-
23-
## 💫 New features 💫
24-
25-
- Continue tests when an error happens when computing the test name
26-
- Added quiet mode with `--quiet` (suppresses verbose output and only shows errors, test failures, and the final test summary)
27-
- Added support for overriding the shell used by script operations
28-
- Added required `interactiveMode` for exec
29-
- Treat scenarios as early bindings and support cluster templating

.release-notes/v0.2.13.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Release notes
2+
3+
Release notes for `v0.2.13`.
4+
5+
## 💫 New features 💫
6+
7+
- Continue tests when an error happens when computing the test name
8+
- Added quiet mode with `--quiet` (suppresses verbose output and only shows errors, test failures, and the final test summary)
9+
- Added support for overriding the shell used by script operations
10+
- Added required `interactiveMode` for exec
11+
- Treat scenarios as early bindings and support cluster templating

0 commit comments

Comments
 (0)