Skip to content

Commit

Permalink
Prepare release v0.3.0
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v1.3.2
  • Loading branch information
mpkorstanje committed Mar 23, 2024
1 parent 3ede278 commit c5ec1e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ 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]
### Added

## [0.3.0] - 2024-03-23
### Added
- Include value from Exception.stacktrace if available ([#30](https://github.com/cucumber/cucumber-junit-xml-formatter/pull/30), M.P. Korstanje)

### Fixed
Expand All @@ -24,7 +26,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## 0.0.0

[Unreleased]: https://github.com/cucumber/cucumber-junit-xml-formatter/compare/v0.2.1...HEAD
[Unreleased]: https://github.com/cucumber/cucumber-junit-xml-formatter/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/cucumber/cucumber-junit-xml-formatter/compare/v0.2.1...v0.3.0
[0.2.1]: https://github.com/cucumber/cucumber-junit-xml-formatter/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/cucumber/cucumber-junit-xml-formatter/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/cucumber/cucumber-junit-xml-formatter/compare/438ec1f6218a849eb2a684982e2ff7e304a3155f...v0.0.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>junit-xml-formatter</artifactId>
<version>0.2.2-SNAPSHOT</version>
<version>0.3.0</version>
<packaging>jar</packaging>
<name>Cucumber JUnit XML Formatter</name>
<description>Renders Cucumber Messages as JUnit XML</description>
<url>https://github.com/cucumber/cucumber-junit-xml-formatter</url>

<properties>
<project.Automatic-Module-Name>io.cucumber.junitxmlformatter</project.Automatic-Module-Name>
<project.build.outputTimestamp>1708025463</project.build.outputTimestamp>
<project.build.outputTimestamp>1711217891</project.build.outputTimestamp>
</properties>

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

<dependencyManagement>
Expand Down

0 comments on commit c5ec1e0

Please sign in to comment.