From feac15d048d652ed1bc776e21012e874e36f9eb8 Mon Sep 17 00:00:00 2001 From: "M.P. Korstanje" Date: Sun, 22 Sep 2024 16:02:45 +0200 Subject: [PATCH] Prepare release v26.0.1 Created-by: polyglot-release v1.5.0 --- CHANGELOG.md | 11 +++++++---- dotnet/Cucumber.Messages/Cucumber.Messages.csproj | 2 +- elixir/mix.exs | 2 +- java/pom.xml | 6 +++--- javascript/package-lock.json | 4 ++-- javascript/package.json | 2 +- javascript/src/version.ts | 2 +- perl/VERSION | 2 +- ruby/VERSION | 2 +- 9 files changed, 18 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03012e6a..248c2300 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] -### Fixed -- [Dotnet] Fixed code generation for types that accept List as parameters. Constructors were not properly handling null input. ([#249](https://github.com/cucumber/messages/pull/249) [clrudolphi]) -- Moved contents of the description of the StepDefinitionIds field from the StepMatchArgumentsList field where it had been mistakenly placed. ([#252](https://github.com/cucumber/messages/pull/252) [clrudolphi]) +## [26.0.1] - 2024-09-22 ### Changed - [Go] Switch to Google's UUID module ([#251](https://github.com/cucumber/messages/pull/251)) +### Fixed +- [Dotnet] Fixed code generation for types that accept List as parameters. Constructors were not properly handling null input. ([#249](https://github.com/cucumber/messages/pull/249) [clrudolphi]) +- Moved contents of the description of the StepDefinitionIds field from the StepMatchArgumentsList field where it had been mistakenly placed. ([#252](https://github.com/cucumber/messages/pull/252) [clrudolphi]) + ## [26.0.0] - 2024-08-15 ### Added - [Dotnet] Added support classes aligned with what is provided for the Java implementation ([#233](https://github.com/cucumber/messages/pull/233) [clrudolphi](https://github.com/clrudolphi)) @@ -544,7 +546,8 @@ aggregated status. ### Added - Protobuf messages for Go, Java, JavaScript, TypeScript and Ruby -[Unreleased]: https://github.com/cucumber/messages/compare/v26.0.0...HEAD +[Unreleased]: https://github.com/cucumber/messages/compare/v26.0.1...HEAD +[26.0.1]: https://github.com/cucumber/messages/compare/v26.0.0...v26.0.1 [26.0.0]: https://github.com/cucumber/messages/compare/v25.0.1...v26.0.0 [25.0.1]: https://github.com/cucumber/messages/compare/v25.0.0...v25.0.1 [25.0.0]: https://github.com/cucumber/messages/compare/v24.1.0...v25.0.0 diff --git a/dotnet/Cucumber.Messages/Cucumber.Messages.csproj b/dotnet/Cucumber.Messages/Cucumber.Messages.csproj index 7217513e..72e79e86 100644 --- a/dotnet/Cucumber.Messages/Cucumber.Messages.csproj +++ b/dotnet/Cucumber.Messages/Cucumber.Messages.csproj @@ -10,7 +10,7 @@ - 26.0.0 + 26.0.1 $(VersionNumber)-$(SnapshotSuffix) $(VersionNumber) diff --git a/elixir/mix.exs b/elixir/mix.exs index e3bd75b7..a483eb3e 100644 --- a/elixir/mix.exs +++ b/elixir/mix.exs @@ -7,7 +7,7 @@ defmodule CucumberMessages.MixProject do def project do [ app: :cucumber_messages, - version: "26.0.0", + version: "26.0.1", name: "CucumberMessages", description: description(), package: package(), diff --git a/java/pom.xml b/java/pom.xml index 20af27fc..0002186c 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -8,7 +8,7 @@ 4.2.0 messages - 26.0.1-SNAPSHOT + 26.0.1 jar Cucumber Messages JSON schema-based messages for Cucumber's inter-process communication @@ -16,14 +16,14 @@ io.cucumber.messages - 1723710191 + 1727013764 scm:git:git://github.com/cucumber/messages.git scm:git:git@github.com:cucumber/messages.git git://github.com/cucumber/messages.git - HEAD + v26.0.1 diff --git a/javascript/package-lock.json b/javascript/package-lock.json index 41459028..c8cbaf2e 100644 --- a/javascript/package-lock.json +++ b/javascript/package-lock.json @@ -1,12 +1,12 @@ { "name": "@cucumber/messages", - "version": "26.0.0", + "version": "26.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@cucumber/messages", - "version": "26.0.0", + "version": "26.0.1", "license": "MIT", "dependencies": { "@types/uuid": "10.0.0", diff --git a/javascript/package.json b/javascript/package.json index e6e0d786..20ee7617 100644 --- a/javascript/package.json +++ b/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@cucumber/messages", - "version": "26.0.0", + "version": "26.0.1", "description": "JSON schema-based messages for Cucumber's inter-process communication", "type": "module", "main": "dist/cjs/src/index.js", diff --git a/javascript/src/version.ts b/javascript/src/version.ts index eaa43ef9..ce656f06 100644 --- a/javascript/src/version.ts +++ b/javascript/src/version.ts @@ -1,2 +1,2 @@ // This file is automatically generated using npm scripts -export const version = '26.0.0' +export const version = '26.0.1' diff --git a/perl/VERSION b/perl/VERSION index 1e212a91..72a5c3d3 100644 --- a/perl/VERSION +++ b/perl/VERSION @@ -1 +1 @@ -26.0.0 +26.0.1 diff --git a/ruby/VERSION b/ruby/VERSION index 1e212a91..72a5c3d3 100644 --- a/ruby/VERSION +++ b/ruby/VERSION @@ -1 +1 @@ -26.0.0 +26.0.1