From b017e26a1289e67e081ee7b973611dc9c47b57d4 Mon Sep 17 00:00:00 2001 From: "M.P. Korstanje" Date: Sat, 17 Dec 2022 19:31:55 +0100 Subject: [PATCH] Prepare release v26.0.1 Created-by: polyglot-release v1.3.1 --- CHANGELOG.md | 5 ++++- c/VERSION | 2 +- dotnet/Gherkin/Gherkin.csproj | 2 +- elixir/mix.exs | 2 +- java/pom.xml | 6 +++--- javascript/package-lock.json | 4 ++-- javascript/package.json | 2 +- perl/VERSION | 2 +- python/setup.py | 2 +- ruby/VERSION | 2 +- 10 files changed, 16 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73e3719c3..e0c137af1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ This project adheres to [Semantic Versioning](http://semver.org). This document is formatted according to the principles of [Keep A CHANGELOG](http://keepachangelog.com). ## [Unreleased] + +## [26.0.1] - 2022-12-17 ### Fixed - [Go] Fix module names @@ -599,7 +601,8 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt ### Changed - First release -[Unreleased]: https://github.com/cucumber/gherkin/compare/v26.0.0...main +[Unreleased]: https://github.com/cucumber/gherkin/compare/v26.0.1...main +[26.0.1]: https://github.com/cucumber/gherkin/compare/v26.0.0...main [26.0.0]: https://github.com/cucumber/gherkin/compare/v25.0.2...main [25.0.2]: https://github.com/cucumber/gherkin/compare/v25.0.1...main [25.0.1]: https://github.com/cucumber/gherkin/compare/v25.0.0...main diff --git a/c/VERSION b/c/VERSION index 1e212a919..72a5c3d3a 100644 --- a/c/VERSION +++ b/c/VERSION @@ -1 +1 @@ -26.0.0 +26.0.1 diff --git a/dotnet/Gherkin/Gherkin.csproj b/dotnet/Gherkin/Gherkin.csproj index 7fc5f166f..0e1c8d99b 100644 --- a/dotnet/Gherkin/Gherkin.csproj +++ b/dotnet/Gherkin/Gherkin.csproj @@ -9,7 +9,7 @@ - 26.0.0 + 26.0.1 $(VersionNumber)-$(SnapshotSuffix) $(VersionNumber) diff --git a/elixir/mix.exs b/elixir/mix.exs index c7fb5eeca..6c4ad9dbd 100644 --- a/elixir/mix.exs +++ b/elixir/mix.exs @@ -6,7 +6,7 @@ defmodule CucumberGherkin.MixProject do def project do [ app: :cucumber_gherkin, - version: "26.0.0", + version: "26.0.1", name: "CucumberGherkin", description: description(), package: package(), diff --git a/java/pom.xml b/java/pom.xml index d6fa31a5c..33ee8a6c2 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -8,14 +8,14 @@ 4.1.1 gherkin - 26.0.1-SNAPSHOT + 26.0.1 jar Gherkin Gherkin parser https://github.com/cucumber/gherkin - 1671298184 + 1671301913 io.cucumber.gherkin @@ -23,7 +23,7 @@ scm:git:git://github.com/cucumber/gherkin.git scm:git:git@github.com:cucumber/gherkin.git git://github.com/cucumber/gherkin.git - HEAD + v26.0.1 diff --git a/javascript/package-lock.json b/javascript/package-lock.json index eb29021b9..661a4432e 100644 --- a/javascript/package-lock.json +++ b/javascript/package-lock.json @@ -1,12 +1,12 @@ { "name": "@cucumber/gherkin", - "version": "26.0.0", + "version": "26.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@cucumber/gherkin", - "version": "26.0.0", + "version": "26.0.1", "license": "MIT", "dependencies": { "@cucumber/messages": "^21.0.0" diff --git a/javascript/package.json b/javascript/package.json index afc48c7aa..3ad26c315 100644 --- a/javascript/package.json +++ b/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@cucumber/gherkin", - "version": "26.0.0", + "version": "26.0.1", "description": "Gherkin parser", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", diff --git a/perl/VERSION b/perl/VERSION index 1e212a919..72a5c3d3a 100644 --- a/perl/VERSION +++ b/perl/VERSION @@ -1 +1 @@ -26.0.0 +26.0.1 diff --git a/python/setup.py b/python/setup.py index b6e6c1c5d..250f51c2f 100644 --- a/python/setup.py +++ b/python/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup setup(name="gherkin-official", packages=["gherkin", "gherkin.pickles", "gherkin.stream"], - version="26.0.0", + version="26.0.1", description="Gherkin parser (official, by Cucumber team)", long_description="Gherkin parser (official, by Cucumber team)", author="Cucumber Ltd and Björn Rasmusson", diff --git a/ruby/VERSION b/ruby/VERSION index 1e212a919..72a5c3d3a 100644 --- a/ruby/VERSION +++ b/ruby/VERSION @@ -1 +1 @@ -26.0.0 +26.0.1