diff --git a/CHANGELOG.md b/CHANGELOG.md index 03c45568f..3187a5842 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.2] - 2022-12-27 ### Fixed - [Go] Fix module names (again) @@ -603,7 +605,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.1...main +[Unreleased]: 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 [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 diff --git a/c/VERSION b/c/VERSION index 72a5c3d3a..cbf1d6735 100644 --- a/c/VERSION +++ b/c/VERSION @@ -1 +1 @@ -26.0.1 +26.0.2 diff --git a/dotnet/Gherkin/Gherkin.csproj b/dotnet/Gherkin/Gherkin.csproj index 0e1c8d99b..1fe1a657e 100644 --- a/dotnet/Gherkin/Gherkin.csproj +++ b/dotnet/Gherkin/Gherkin.csproj @@ -9,7 +9,7 @@ - 26.0.1 + 26.0.2 $(VersionNumber)-$(SnapshotSuffix) $(VersionNumber) diff --git a/elixir/mix.exs b/elixir/mix.exs index 6c4ad9dbd..8fd587d9e 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.1", + version: "26.0.2", name: "CucumberGherkin", description: description(), package: package(), diff --git a/java/pom.xml b/java/pom.xml index a245f0c3d..778630352 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -8,14 +8,14 @@ 4.1.1 gherkin - 26.0.2-SNAPSHOT + 26.0.2 jar Gherkin Gherkin parser https://github.com/cucumber/gherkin - 1671301917 + 1672151461 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.2 diff --git a/javascript/package-lock.json b/javascript/package-lock.json index 6f63cde56..7044491cd 100644 --- a/javascript/package-lock.json +++ b/javascript/package-lock.json @@ -1,12 +1,12 @@ { "name": "@cucumber/gherkin", - "version": "26.0.1", + "version": "26.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@cucumber/gherkin", - "version": "26.0.1", + "version": "26.0.2", "license": "MIT", "dependencies": { "@cucumber/messages": "^21.0.0" diff --git a/javascript/package.json b/javascript/package.json index cbe70e0f3..594519fc4 100644 --- a/javascript/package.json +++ b/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@cucumber/gherkin", - "version": "26.0.1", + "version": "26.0.2", "description": "Gherkin parser", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", diff --git a/perl/VERSION b/perl/VERSION index 72a5c3d3a..cbf1d6735 100644 --- a/perl/VERSION +++ b/perl/VERSION @@ -1 +1 @@ -26.0.1 +26.0.2 diff --git a/python/setup.py b/python/setup.py index 250f51c2f..76d315084 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.1", + version="26.0.2", 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 72a5c3d3a..cbf1d6735 100644 --- a/ruby/VERSION +++ b/ruby/VERSION @@ -1 +1 @@ -26.0.1 +26.0.2