Skip to content

Commit 0484ee5

Browse files
committed
Prepare release v0.1.0
Created-by: polyglot-release v1.9.0
1 parent 55c80a7 commit 0484ee5

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.1.0] - 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.1.0...HEAD
15+
[0.1.0]: https://github.com/cucumber/messages-cli/compare/1c14a4838e49c7c0b02c09d884b9c783790070f0...v0.1.0

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.2-SNAPSHOT</version>
13+
<version>0.1.0</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>1765418779</project.build.outputTimestamp>
21+
<project.build.outputTimestamp>1765420434</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.1.0</tag>
3939
</scm>
4040

4141
<dependencyManagement>

0 commit comments

Comments
 (0)