diff --git a/CHANGELOG.md b/CHANGELOG.md index 88d6443a5..f6cdc2dc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt ## [Unreleased] +## [25.0.1] - 2022-11-09 ### Fixed - Fix release process for perl and elixir @@ -580,7 +581,8 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt ### Changed - First release -[Unreleased]: https://github.com/cucumber/cucumber/compare/gherkin/v25.0.0...main +[Unreleased]: https://github.com/cucumber/cucumber/compare/gherkin/v25.0.1...main +[25.0.1]: https://github.com/cucumber/cucumber/compare/gherkin/v25.0.0...main [25.0.0]: https://github.com/cucumber/cucumber/compare/gherkin/v24.1.0...main [24.1.0]: https://github.com/cucumber/cucumber/compare/gherkin/v24.0.0...gherkin/v24.1.0 [24.0.0]: https://github.com/cucumber/cucumber/compare/gherkin/v23.0.1...gherkin/v24.0.0 diff --git a/dotnet/Gherkin/Gherkin.csproj b/dotnet/Gherkin/Gherkin.csproj index 12033ef32..93a9c323a 100644 --- a/dotnet/Gherkin/Gherkin.csproj +++ b/dotnet/Gherkin/Gherkin.csproj @@ -9,7 +9,7 @@ - 25.0.0 + 25.0.1 $(VersionNumber)-$(SnapshotSuffix) $(VersionNumber) diff --git a/elixir/mix.exs b/elixir/mix.exs index 5f6e9c8cf..ae7df4ffb 100644 --- a/elixir/mix.exs +++ b/elixir/mix.exs @@ -6,7 +6,7 @@ defmodule CucumberGherkin.MixProject do def project do [ app: :cucumber_gherkin, - version: "25.0.0", + version: "25.0.1", name: "CucumberGherkin", description: description(), package: package(), diff --git a/java/pom.xml b/java/pom.xml index b22b169b0..1e6eb92bc 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -8,7 +8,7 @@ 3.0.0 gherkin - 25.0.1-SNAPSHOT + 25.0.1 jar Gherkin Gherkin parser @@ -22,7 +22,7 @@ scm:git:git://github.com/cucumber/gherkin-java.git scm:git:git@github.com:cucumber/gherkin-java.git git://github.com/cucumber/gherkin-java.git - HEAD + v25.0.1 diff --git a/javascript/package-lock.json b/javascript/package-lock.json index 79d4e58c4..ba9d53e9e 100644 --- a/javascript/package-lock.json +++ b/javascript/package-lock.json @@ -1,12 +1,12 @@ { "name": "@cucumber/gherkin", - "version": "25.0.0", + "version": "25.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@cucumber/gherkin", - "version": "25.0.0", + "version": "25.0.1", "license": "MIT", "dependencies": { "@cucumber/messages": "^19.1.4" diff --git a/javascript/package.json b/javascript/package.json index 3c1cd2b00..b2f7e88c0 100644 --- a/javascript/package.json +++ b/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@cucumber/gherkin", - "version": "25.0.0", + "version": "25.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 2c0a9e336..9d0cd2ef6 100644 --- a/perl/VERSION +++ b/perl/VERSION @@ -1 +1 @@ -25.0.0 +25.0.1 diff --git a/python/setup.py b/python/setup.py index 957139a4c..63e6976fb 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="25.0.0", + version="25.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 2c0a9e336..9d0cd2ef6 100644 --- a/ruby/VERSION +++ b/ruby/VERSION @@ -1 +1 @@ -25.0.0 +25.0.1