Skip to content

Commit cda1945

Browse files
committed
Update cucumber-junit-xml-formatter to v0.2.1
1 parent ae3430a commit cda1945

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020
- [Core] Added Dutch translation of "Rule" ([#2826](https://github.com/cucumber/cucumber-jvm/pull/2826)
2121
- [Core] Added Esperanto translation of "Rule" ([#2826](https://github.com/cucumber/cucumber-jvm/pull/2826)
2222

23+
### Fixed
24+
- [Core] Missing execution steps statuses ([#24](https://github.com/cucumber/cucumber-junit-xml-formatter/pull/24) F. Ahadi)
25+
2326
### Added
2427
- [JUnit Platform Engine] Improve Maven and Gradle compatibility ([#2832](https://github.com/cucumber/cucumber-jvm/pull/2832) M.P. Korstanje)
2528

cucumber-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<cucumber-expressions.version>17.0.1</cucumber-expressions.version>
1717
<gherkin.version>27.0.0</gherkin.version>
1818
<html-formatter.version>21.2.0</html-formatter.version>
19-
<junit-xml-formatter.version>0.2.0</junit-xml-formatter.version>
19+
<junit-xml-formatter.version>0.2.1</junit-xml-formatter.version>
2020
<messages.version>24.0.1</messages.version>
2121
<tag-expressions.version>6.1.0</tag-expressions.version>
2222
</properties>

0 commit comments

Comments
 (0)