Skip to content

Commit 2a2ed76

Browse files
committed
Prepare release v0.7.1
Created-by: polyglot-release v1.5.0
1 parent c8a5443 commit 2a2ed76

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [0.7.1] - 2024-11-24
911
### Fixed
1012
- Correct TypeScript output config ([#56](https://github.com/cucumber/junit-xml-formatter/pull/56))
1113

@@ -47,7 +49,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4749
### Added
4850
- Java implementation ([#3](https://github.com/cucumber/junit-xml-formatter/pull/3) M.P. Korstanje)
4951

50-
[Unreleased]: https://github.com/cucumber/junit-xml-formatter/compare/v0.7.0...HEAD
52+
[Unreleased]: https://github.com/cucumber/junit-xml-formatter/compare/v0.7.1...HEAD
53+
[0.7.1]: https://github.com/cucumber/junit-xml-formatter/compare/v0.7.0...v0.7.1
5154
[0.7.0]: https://github.com/cucumber/junit-xml-formatter/compare/v0.6.0...v0.7.0
5255
[0.6.0]: https://github.com/cucumber/junit-xml-formatter/compare/v0.5.0...v0.6.0
5356
[0.5.0]: https://github.com/cucumber/junit-xml-formatter/compare/v0.4.0...v0.5.0

java/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,22 @@
99
</parent>
1010

1111
<artifactId>junit-xml-formatter</artifactId>
12-
<version>0.7.1-SNAPSHOT</version>
12+
<version>0.7.1</version>
1313
<packaging>jar</packaging>
1414
<name>JUnit XML Formatter</name>
1515
<description>Renders Cucumber Messages as JUnit XML</description>
1616
<url>https://github.com/cucumber/junit-xml-formatter</url>
1717

1818
<properties>
1919
<project.Automatic-Module-Name>io.cucumber.junitxmlformatter</project.Automatic-Module-Name>
20-
<project.build.outputTimestamp>1732440253</project.build.outputTimestamp>
20+
<project.build.outputTimestamp>1732443750</project.build.outputTimestamp>
2121
</properties>
2222

2323
<scm>
2424
<connection>scm:git:git://github.com/cucumber/junit-xml-formatter.git</connection>
2525
<developerConnection>scm:git:[email protected]:cucumber/junit-xml-formatter.git</developerConnection>
2626
<url>git://github.com/cucumber/junit-xml-formatter.git</url>
27-
<tag>HEAD</tag>
27+
<tag>v0.7.1</tag>
2828
</scm>
2929

3030
<dependencyManagement>

javascript/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

javascript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cucumber/junit-xml-formatter",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"type": "module",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

0 commit comments

Comments
 (0)