Skip to content

Commit 1a8f9b6

Browse files
committed
Prepare release v0.1.0
Created-by: polyglot-release v1.7.1
1 parent 70fcded commit 1a8f9b6

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 formatter 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-10-15
911
### Added
1012
- Java implementation ([#1](https://github.com/cucumber/usage-formatter/pull/1) M.P. Korstanje)
1113

12-
[Unreleased]: https://github.com/cucumber/usage-formatter/compare/f21831df98c5e57a53950a92b068df8321e45bce...HEAD
14+
[Unreleased]: https://github.com/cucumber/usage-formatter/compare/v0.1.0...HEAD
15+
[0.1.0]: https://github.com/cucumber/usage-formatter/compare/f21831df98c5e57a53950a92b068df8321e45bce...v0.1.0

java/pom.xml

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

1212
<artifactId>usage-formatter</artifactId>
13-
<version>0.0.1-SNAPSHOT</version>
13+
<version>0.1.0</version>
1414
<packaging>jar</packaging>
1515
<name>Usage Formatter</name>
1616
<description>Writes usage statistics for step definitions</description>
1717
<url>https://github.com/cucumber/usage-formatter</url>
1818

1919
<properties>
2020
<project.Automatic-Module-Name>io.cucumber.usageformatter</project.Automatic-Module-Name>
21-
<project.build.outputTimestamp>1758245480</project.build.outputTimestamp>
21+
<project.build.outputTimestamp>1760538062</project.build.outputTimestamp>
2222
</properties>
2323

2424
<scm>
2525
<connection>scm:git:git://github.com/cucumber/usage-formatter.git</connection>
2626
<developerConnection>scm:git:[email protected]:cucumber/usage-formatter.git</developerConnection>
2727
<url>git://github.com/cucumber/usage-formatter.git</url>
28-
<tag>HEAD</tag>
28+
<tag>v0.1.0</tag>
2929
</scm>
3030

3131
<dependencyManagement>

0 commit comments

Comments
 (0)