Skip to content

Commit 44cdd3c

Browse files
committed
Prepare release v30.0.3
Created-by: polyglot-release v1.5.0
1 parent 69ed584 commit 44cdd3c

File tree

10 files changed

+16
-13
lines changed

10 files changed

+16
-13
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ This project adheres to [Semantic Versioning](http://semver.org).
77
This document is formatted according to the principles of [Keep A CHANGELOG](http://keepachangelog.com).
88

99
## [Unreleased]
10+
11+
## [30.0.3] - 2024-11-14
1012
### Fixed
1113
- [Python] Release process (still) didn't release to pypi correctly
1214

@@ -704,7 +706,8 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt
704706
### Changed
705707
- First release
706708

707-
[Unreleased]: https://github.com/cucumber/gherkin/compare/v30.0.2...HEAD
709+
[Unreleased]: https://github.com/cucumber/gherkin/compare/v30.0.3...HEAD
710+
[30.0.3]: https://github.com/cucumber/gherkin/compare/v30.0.2...v30.0.3
708711
[30.0.2]: https://github.com/cucumber/gherkin/compare/v30.0.1...v30.0.2
709712
[30.0.1]: https://github.com/cucumber/gherkin/compare/v30.0.0...v30.0.1
710713
[30.0.0]: https://github.com/cucumber/gherkin/compare/v29.0.0...v30.0.0

c/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
30.0.2
1+
30.0.3

dotnet/Gherkin/Gherkin.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111

1212
<PropertyGroup Label="Version">
13-
<VersionNumber>30.0.2</VersionNumber>
13+
<VersionNumber>30.0.3</VersionNumber>
1414
<Version Condition="'$(SnapshotSuffix)' != ''">$(VersionNumber)-$(SnapshotSuffix)</Version>
1515
<Version Condition="'$(SnapshotSuffix)' == ''">$(VersionNumber)</Version>
1616
</PropertyGroup>

elixir/mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule CucumberGherkin.MixProject do
66
def project do
77
[
88
app: :cucumber_gherkin,
9-
version: "30.0.2",
9+
version: "30.0.3",
1010
name: "CucumberGherkin",
1111
description: description(),
1212
package: package(),

java/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,22 @@
88
<version>4.2.0</version>
99
</parent>
1010
<artifactId>gherkin</artifactId>
11-
<version>30.0.3-SNAPSHOT</version>
11+
<version>30.0.3</version>
1212
<packaging>jar</packaging>
1313
<name>Gherkin</name>
1414
<description>Gherkin parser</description>
1515
<url>https://github.com/cucumber/gherkin</url>
1616

1717
<properties>
18-
<project.build.outputTimestamp>1731622201</project.build.outputTimestamp>
18+
<project.build.outputTimestamp>1731622961</project.build.outputTimestamp>
1919
<project.Automatic-Module-Name>io.cucumber.gherkin</project.Automatic-Module-Name>
2020
</properties>
2121

2222
<scm>
2323
<connection>scm:git:git://github.com/cucumber/gherkin.git</connection>
2424
<developerConnection>scm:git:[email protected]:cucumber/gherkin.git</developerConnection>
2525
<url>git://github.com/cucumber/gherkin.git</url>
26-
<tag>HEAD</tag>
26+
<tag>v30.0.3</tag>
2727
</scm>
2828

2929
<dependencyManagement>

javascript/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

javascript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cucumber/gherkin",
3-
"version": "30.0.2",
3+
"version": "30.0.3",
44
"description": "Gherkin parser",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

perl/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
30.0.2
1+
30.0.3

python/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "gherkin-official"
7-
version = "30.0.2"
7+
version = "30.0.3"
88
description = "Gherkin parser (official, by Cucumber team)"
99
readme = "README.md"
1010
requires-python = ">=3.8"

ruby/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
30.0.2
1+
30.0.3

0 commit comments

Comments
 (0)