Skip to content

Commit 9689f90

Browse files
committed
Prepare release v0.0.1
Created-by: polyglot-release v1.9.0
1 parent 3d07235 commit 9689f90

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ 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.0.1] - 2025-12-11
911
### Changed
1012
- Initial release
1113

12-
[Unreleased]: https://github.com/cucumber/messages-cli/compare/1c14a4838e49c7c0b02c09d884b9c783790070f0...HEAD
14+
[Unreleased]: https://github.com/cucumber/messages-cli/compare/v0.0.1...HEAD
15+
[0.0.1]: https://github.com/cucumber/messages-cli/compare/1c14a4838e49c7c0b02c09d884b9c783790070f0...v0.0.1

java/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
</parent>
1111

1212
<artifactId>cucumber-messages-cli</artifactId>
13-
<version>0.0.1-SNAPSHOT</version>
13+
<version>0.0.1</version>
1414
<packaging>jar</packaging>
1515
<name>Cucumber Messages CLI</name>
1616
<description>A commandline interface to work with Cucumber Messages</description>
1717
<url>https://github.com/cucumber/messages-cli</url>
1818

1919
<properties>
2020
<java.version>21</java.version>
21-
<project.build.outputTimestamp>1719064372</project.build.outputTimestamp>
21+
<project.build.outputTimestamp>1765418775</project.build.outputTimestamp>
2222
<project.Automatic-Module-Name>io.cucumber.messages.cli</project.Automatic-Module-Name>
2323

2424
<cucumber-json-formatter.version>0.3.2</cucumber-json-formatter.version>
@@ -35,7 +35,7 @@
3535
<connection>scm:git:git://github.com/cucumber/messages-cli.git</connection>
3636
<developerConnection>scm:git:[email protected]:cucumber/messages-cli.git</developerConnection>
3737
<url>git://github.com/cucumber/messages-cli.git</url>
38-
<tag>HEAD</tag>
38+
<tag>v0.0.1</tag>
3939
</scm>
4040

4141
<dependencyManagement>

0 commit comments

Comments
 (0)