File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66and 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments