Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Nov 9, 2021
1 parent 9564805 commit 25912df
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.2] - 2021-11-09
### Fixed
- The 0.0.1 release did not make it to Maven central

## [0.0.1] - 2021-11-09
### Added
- Initial implementation

[Unreleased]: https://github.com/cucumber/split-java/compare/0.0.1...HEAD
[0.0.1]: https://github.com/cucumber/split-java/compare/4cbfbd42a11dd8f9714e0f545fbc47d7cc4c356d...0.0.1
[Unreleased]: https://github.com/cucumber/split-java/compare/v0.0.1...HEAD
[0.0.2]: https://github.com/cucumber/split-java/compare/v0.0.1...v0.0.2
[0.0.1]: https://github.com/cucumber/split-java/compare/4cbfbd42a11dd8f9714e0f545fbc47d7cc4c356d...v0.0.1
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>

<artifactId>cucumber-split</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.2</version>
<packaging>jar</packaging>
<name>Cucumber plugin for split.io</name>
<description>A Cucumber plugin to toggle Split features from Cucumber scenarios</description>
Expand Down

0 comments on commit 25912df

Please sign in to comment.