From 5afbab2b3a81948cc8585ad830d4a3eab1700673 Mon Sep 17 00:00:00 2001 From: "M.P. Korstanje" Date: Thu, 23 Mar 2023 22:35:11 +0100 Subject: [PATCH] Prepare release v26.1.0 Created-by: polyglot-release v1.3.2 --- 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 61318a9a8..9bc4ea579 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.1.0] - 2023-03-23 ### Added - (i18n) Add Belarusian localization @@ -612,7 +614,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.3...main +[Unreleased]: https://github.com/cucumber/gherkin/compare/v26.1.0...main +[26.1.0]: https://github.com/cucumber/gherkin/compare/v26.0.3...main [26.0.3]: https://github.com/cucumber/gherkin/compare/v26.0.2...main [26.0.2]: https://github.com/cucumber/gherkin/compare/v26.0.1...main [26.0.1]: https://github.com/cucumber/gherkin/compare/v26.0.0...main diff --git a/c/VERSION b/c/VERSION index 54a873048..2aaedf994 100644 --- a/c/VERSION +++ b/c/VERSION @@ -1 +1 @@ -26.0.3 +26.1.0 diff --git a/dotnet/Gherkin/Gherkin.csproj b/dotnet/Gherkin/Gherkin.csproj index 2c9b85278..b69c9b59f 100644 --- a/dotnet/Gherkin/Gherkin.csproj +++ b/dotnet/Gherkin/Gherkin.csproj @@ -9,7 +9,7 @@ - 26.0.3 + 26.1.0 $(VersionNumber)-$(SnapshotSuffix) $(VersionNumber) diff --git a/elixir/mix.exs b/elixir/mix.exs index 0480819d9..21bf09ce1 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.3", + version: "26.1.0", name: "CucumberGherkin", description: description(), package: package(), diff --git a/java/pom.xml b/java/pom.xml index 758717d22..b121efa73 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -8,14 +8,14 @@ 4.1.1 gherkin - 26.0.4-SNAPSHOT + 26.1.0 jar Gherkin Gherkin parser https://github.com/cucumber/gherkin - 1672774584 + 1679607310 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.1.0 diff --git a/javascript/package-lock.json b/javascript/package-lock.json index dc0f87536..f1a7e9446 100644 --- a/javascript/package-lock.json +++ b/javascript/package-lock.json @@ -1,12 +1,12 @@ { "name": "@cucumber/gherkin", - "version": "26.0.3", + "version": "26.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@cucumber/gherkin", - "version": "26.0.3", + "version": "26.1.0", "license": "MIT", "dependencies": { "@cucumber/messages": "19.1.4 - 21" diff --git a/javascript/package.json b/javascript/package.json index 8b87b9713..6a8b54550 100644 --- a/javascript/package.json +++ b/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@cucumber/gherkin", - "version": "26.0.3", + "version": "26.1.0", "description": "Gherkin parser", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", diff --git a/perl/VERSION b/perl/VERSION index 54a873048..2aaedf994 100644 --- a/perl/VERSION +++ b/perl/VERSION @@ -1 +1 @@ -26.0.3 +26.1.0 diff --git a/python/setup.py b/python/setup.py index 22c5e58fb..da58f20f0 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.3", + version="26.1.0", 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 54a873048..2aaedf994 100644 --- a/ruby/VERSION +++ b/ruby/VERSION @@ -1 +1 @@ -26.0.3 +26.1.0