Skip to content

Commit d406427

Browse files
committed
Prepare release v0.5.2
Created-by: polyglot-release v1.11.1
1 parent 47ee7c0 commit d406427

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ 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.5.2] - 2026-08-05
911
### Fixed
1012
- [Java] Use version range for `org.jspecify:jspecify`
1113

@@ -63,7 +65,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6365
### Added
6466
- Java implementation ([#1](https://github.com/cucumber/messages-ndjson/pull/1))
6567

66-
[Unreleased]: https://github.com/cucumber/messages-ndjson/compare/v0.5.1...HEAD
68+
[Unreleased]: https://github.com/cucumber/messages-ndjson/compare/v0.5.2...HEAD
69+
[0.5.2]: https://github.com/cucumber/messages-ndjson/compare/v0.5.1...v0.5.2
6770
[0.5.1]: https://github.com/cucumber/messages-ndjson/compare/v0.5.0...v0.5.1
6871
[0.5.0]: https://github.com/cucumber/messages-ndjson/compare/v0.4.1...v0.5.0
6972
[0.4.1]: https://github.com/cucumber/messages-ndjson/compare/v0.4.0...v0.4.1

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>messages-ndjson</artifactId>
13-
<version>0.5.2-SNAPSHOT</version>
13+
<version>0.5.2</version>
1414
<packaging>jar</packaging>
1515
<name>Messages NDJSON</name>
1616
<description>Serialize and deserialize Cucumber Messages to and from JSON</description>
1717
<url>https://github.com/cucumber/messages-ndjson</url>
1818

1919
<properties>
20-
<project.build.outputTimestamp>1782168641</project.build.outputTimestamp>
20+
<project.build.outputTimestamp>1785961656</project.build.outputTimestamp>
2121
<osgi.bundle-symbolic-name>io.cucumber.messagesn.ndjson</osgi.bundle-symbolic-name>
2222
</properties>
2323

2424
<scm>
2525
<connection>scm:git:git://github.com/cucumber/messages-ndjson.git</connection>
2626
<developerConnection>scm:git:git@github.com:cucumber/messages-ndjson.git</developerConnection>
2727
<url>git://github.com/cucumber/messages-ndjson.git</url>
28-
<tag>HEAD</tag>
28+
<tag>v0.5.2</tag>
2929
</scm>
3030

3131
<dependencyManagement>

0 commit comments

Comments
 (0)