Skip to content

Commit 10afc76

Browse files
release: v0.2.11 (#2060) (#2061)
Signed-off-by: Charles-Edouard Brétéché <[email protected]> Co-authored-by: Charles-Edouard Brétéché <[email protected]>
1 parent 61c73d3 commit 10afc76

File tree

4 files changed

+23
-12
lines changed

4 files changed

+23
-12
lines changed

.github/ISSUE_TEMPLATE/bug.yaml

+1
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.11
1718
- v0.2.10
1819
- v0.2.9
1920
- v0.2.8

.github/ISSUE_TEMPLATE/general-question.yaml

+1
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.11
2627
- v0.2.10
2728
- v0.2.9
2829
- v0.2.8

.release-notes/_template.md

+4-12
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,17 @@ Release notes for `TODO`.
55
<!--
66
## ‼️ Breaking changes ‼️
77
8+
## 💫 New features 💫
9+
810
## ✨ UI changes ✨
911
1012
## ⭐ Examples ⭐
1113
1214
## ⛵ Tutorials ⛵
1315
14-
## 🎸 Misc 🎸
15-
-->
16-
17-
## 💫 New features 💫
18-
19-
- Added CEL support everywhere (bindings, assertion trees, projection trees, outputs...)
20-
- Added test sharding support
21-
2216
## 🔧 Fixes 🔧
2317
24-
- Fixed exit code when failing in root test run
25-
- Fixed `--no-cluster` flag not working
26-
2718
## 📚 Docs 📚
2819
29-
- Added most JMESPath functions docs and examples
20+
## 🎸 Misc 🎸
21+
-->

.release-notes/v0.2.11.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Release notes
2+
3+
Release notes for `v0.2.11`.
4+
5+
## 💫 New features 💫
6+
7+
- Added CEL support everywhere (bindings, assertion trees, projection trees, outputs...)
8+
- Added test sharding support
9+
10+
## 🔧 Fixes 🔧
11+
12+
- Fixed exit code when failing in root test run
13+
- Fixed `--no-cluster` flag not working
14+
15+
## 📚 Docs 📚
16+
17+
- Added most JMESPath functions docs and examples

0 commit comments

Comments
 (0)