Skip to content

Commit

Permalink
Prepare release v0.6.0
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v1.5.0
  • Loading branch information
davidjgoss committed Nov 15, 2024
1 parent 9f0b858 commit a1db6e4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.0] - 2024-11-15
### Added
- JavaScript implementation ([#42](https://github.com/cucumber/junit-xml-formatter/pull/42))
- Update dependency io.cucumber:messages up to v26 ([#38](https://github.com/cucumber/junit-xml-formatter/pull/38))
Expand Down Expand Up @@ -40,7 +41,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Java implementation ([#3](https://github.com/cucumber/junit-xml-formatter/pull/3) M.P. Korstanje)

[Unreleased]: https://github.com/cucumber/junit-xml-formatter/compare/v0.5.0...HEAD
[Unreleased]: https://github.com/cucumber/junit-xml-formatter/compare/v0.6.0...HEAD
[0.6.0]: https://github.com/cucumber/junit-xml-formatter/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/cucumber/junit-xml-formatter/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/cucumber/junit-xml-formatter/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/cucumber/junit-xml-formatter/compare/v0.2.1...v0.3.0
Expand Down
6 changes: 3 additions & 3 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@
</parent>

<artifactId>junit-xml-formatter</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.6.0</version>
<packaging>jar</packaging>
<name>JUnit XML Formatter</name>
<description>Renders Cucumber Messages as JUnit XML</description>
<url>https://github.com/cucumber/junit-xml-formatter</url>

<properties>
<project.Automatic-Module-Name>io.cucumber.junitxmlformatter</project.Automatic-Module-Name>
<project.build.outputTimestamp>1719064372</project.build.outputTimestamp>
<project.build.outputTimestamp>1731653102</project.build.outputTimestamp>
</properties>

<scm>
<connection>scm:git:git://github.com/cucumber/junit-xml-formatter.git</connection>
<developerConnection>scm:git:[email protected]:cucumber/junit-xml-formatter.git</developerConnection>
<url>git://github.com/cucumber/junit-xml-formatter.git</url>
<tag>HEAD</tag>
<tag>v0.6.0</tag>
</scm>

<dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions javascript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cucumber/junit-xml-formatter",
"version": "0.5.0",
"version": "0.6.0",
"type": "module",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down

0 comments on commit a1db6e4

Please sign in to comment.