Skip to content

Commit

Permalink
Prepare release v0.2.0
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v1.3.2
  • Loading branch information
mpkorstanje committed Jun 22, 2024
1 parent af58833 commit 4465d0f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Changed
- Include pickle name if parameterized [#4](https://github.com/cucumber/testng-xml-formatter/pull/4)

## [0.2.0] - 2024-06-22
### Added
- Support configurable `NamingStrategy.ExampleName`

### Changed
- Include pickle name if parameterized [#4](https://github.com/cucumber/testng-xml-formatter/pull/4)

## [0.1.0] - 2024-04-05
### Added
- Java implementation

[Unreleased]: https://github.com/cucumber/testng-xml-formatter/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/cucumber/testng-xml-formatter/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/cucumber/testng-xml-formatter/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/cucumber/testng-xml-formatter/compare/84ab54710362cbbfa1545d092fd4c9d0e69f74cf...v0.1.0
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>testng-xml-formatter</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
<packaging>jar</packaging>
<name>TestNG XML Formatter</name>
<description>Renders Cucumber Messages as TestNG XML</description>
<url>https://github.com/cucumber/testng-xml-formatter</url>

<properties>
<project.Automatic-Module-Name>io.cucumber.testngxmlformatter</project.Automatic-Module-Name>
<project.build.outputTimestamp>1712324239</project.build.outputTimestamp>
<project.build.outputTimestamp>1719064454</project.build.outputTimestamp>
</properties>

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

<dependencyManagement>
Expand Down

0 comments on commit 4465d0f

Please sign in to comment.