diff --git a/CHANGELOG.md b/CHANGELOG.md index 9864fd873..61298b7dd 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] + +## [30.0.0] - 2024-10-24 ### Added - [PHP, Java, Ruby, JavaScript] update dependency messages up to v26 - [Python] Added type annotations ([#283](https://github.com/cucumber/gherkin/pull/283)) @@ -26,7 +28,6 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt - [Python] Drop compatibility for python 2 and python 3.8. Supported python versions: 3.9, 3.10, 3.11, 3.12, 3.13 - [Python] Removed installation of `gherkin` script. It was used for internal acceptance tests only. - ## [29.0.0] - 2024-08-12 ### Added - (i18n) Added Gujarati translation for "Rule" ([#249](https://github.com/cucumber/gherkin/pull/249)) @@ -687,7 +688,8 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt ### Changed - First release -[Unreleased]: https://github.com/cucumber/gherkin/compare/v29.0.0...HEAD +[Unreleased]: https://github.com/cucumber/gherkin/compare/v30.0.0...HEAD +[30.0.0]: https://github.com/cucumber/gherkin/compare/v29.0.0...v30.0.0 [29.0.0]: https://github.com/cucumber/gherkin/compare/v28.0.0...v29.0.0 [28.0.0]: https://github.com/cucumber/gherkin/compare/v27.0.0...v28.0.0 [27.0.0]: https://github.com/cucumber/gherkin/compare/v26.2.0...v27.0.0 diff --git a/c/VERSION b/c/VERSION index f1e4903d1..8dd5c17a1 100644 --- a/c/VERSION +++ b/c/VERSION @@ -1 +1 @@ -29.0.0 +30.0.0 diff --git a/dotnet/Gherkin/Gherkin.csproj b/dotnet/Gherkin/Gherkin.csproj index 3de038f30..e5f1152fa 100644 --- a/dotnet/Gherkin/Gherkin.csproj +++ b/dotnet/Gherkin/Gherkin.csproj @@ -10,7 +10,7 @@ - 29.0.0 + 30.0.0 $(VersionNumber)-$(SnapshotSuffix) $(VersionNumber) @@ -19,7 +19,7 @@ Gherkin Parser Gherkin Cucumber Ltd, Gaspar Nagy - Copyright © Cucumber Ltd, Gaspar Nagy + Copyright © Cucumber Ltd, Gaspar Nagy Cross-platform parser for the Gherkin language, used by Cucumber, SpecFlow and other Cucumber-based tools to parse feature files. specflow gherkin cucumber https://github.com/cucumber/gherkin @@ -33,11 +33,11 @@ - + - + diff --git a/elixir/mix.exs b/elixir/mix.exs index 81406d5f9..3d3f76bd9 100644 --- a/elixir/mix.exs +++ b/elixir/mix.exs @@ -6,7 +6,7 @@ defmodule CucumberGherkin.MixProject do def project do [ app: :cucumber_gherkin, - version: "29.0.0", + version: "30.0.0", name: "CucumberGherkin", description: description(), package: package(), diff --git a/go/gherkin-generate-tokens/gherkin-generate-tokens.go b/go/gherkin-generate-tokens/gherkin-generate-tokens.go index 2eefd2987..4c754388d 100644 --- a/go/gherkin-generate-tokens/gherkin-generate-tokens.go +++ b/go/gherkin-generate-tokens/gherkin-generate-tokens.go @@ -2,7 +2,7 @@ package main import ( "fmt" - gherkin "github.com/cucumber/gherkin/go/v29" + gherkin "github.com/cucumber/gherkin/go/v30" "io" "os" "strings" diff --git a/go/go.mod b/go/go.mod index 6d40e7723..94265b9dd 100644 --- a/go/go.mod +++ b/go/go.mod @@ -1,4 +1,4 @@ -module github.com/cucumber/gherkin/go/v29 +module github.com/cucumber/gherkin/go/v30 require ( github.com/cucumber/messages/go/v24 v24.1.0 diff --git a/go/main/main.go b/go/main/main.go index dc7d35944..a792cd4e4 100644 --- a/go/main/main.go +++ b/go/main/main.go @@ -9,7 +9,7 @@ import ( "encoding/json" "flag" "fmt" - gherkin "github.com/cucumber/gherkin/go/v29" + gherkin "github.com/cucumber/gherkin/go/v30" "github.com/cucumber/messages/go/v24" "os" ) diff --git a/java/pom.xml b/java/pom.xml index f2735db7e..8e0db9100 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -8,14 +8,14 @@ 4.2.0 gherkin - 29.0.1-SNAPSHOT + 30.0.0 jar Gherkin Gherkin parser https://github.com/cucumber/gherkin - 1723455193 + 1729755106 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 + v30.0.0 diff --git a/javascript/package-lock.json b/javascript/package-lock.json index dbdfdf15a..fd40b2e34 100644 --- a/javascript/package-lock.json +++ b/javascript/package-lock.json @@ -1,6 +1,6 @@ { "name": "@cucumber/gherkin", - "version": "29.0.0", + "version": "30.0.0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/javascript/package.json b/javascript/package.json index 028679acd..6ad502b83 100644 --- a/javascript/package.json +++ b/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@cucumber/gherkin", - "version": "29.0.0", + "version": "30.0.0", "description": "Gherkin parser", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", diff --git a/perl/VERSION b/perl/VERSION index f1e4903d1..8dd5c17a1 100644 --- a/perl/VERSION +++ b/perl/VERSION @@ -1 +1 @@ -29.0.0 +30.0.0 diff --git a/python/pyproject.toml b/python/pyproject.toml index 31b62f5e3..ad673f149 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "gherkin-official" -version = "29.0.0" +version = "30.0.0" description = "Gherkin parser (official, by Cucumber team)" readme = "README.md" requires-python = ">=3.8" diff --git a/ruby/VERSION b/ruby/VERSION index f1e4903d1..8dd5c17a1 100644 --- a/ruby/VERSION +++ b/ruby/VERSION @@ -1 +1 @@ -29.0.0 +30.0.0