Skip to content

Commit e9ae8a8

Browse files
committed
Prepare release v32.1.2
Created-by: polyglot-release v1.6.0
1 parent c6f6937 commit e9ae8a8

File tree

11 files changed

+16
-14
lines changed

11 files changed

+16
-14
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt
88

99
## [Unreleased]
1010

11+
## [32.1.2] - 2025-05-25
1112
### Fixed
1213
- [cpp] Actually use the VERSION file ([#376](https://github.com/cucumber/gherkin/pull/376))
1314
- [Java] Prefer the longest step keyword ([#401](https://github.com/cucumber/gherkin/pull/401))
@@ -774,7 +775,8 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt
774775
### Changed
775776
- First release
776777

777-
[Unreleased]: https://github.com/cucumber/gherkin/compare/v32.1.1...HEAD
778+
[Unreleased]: https://github.com/cucumber/gherkin/compare/v32.1.2...HEAD
779+
[32.1.2]: https://github.com/cucumber/gherkin/compare/v32.1.1...v32.1.2
778780
[32.1.1]: https://github.com/cucumber/gherkin/compare/v32.1.0...v32.1.1
779781
[32.1.0]: https://github.com/cucumber/gherkin/compare/v32.0.1...v32.1.0
780782
[32.0.1]: https://github.com/cucumber/gherkin/compare/v32.0.0...v32.0.1

c/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
32.1.1
1+
32.1.2

cpp/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
32.1.1
1+
32.1.2

dotnet/Gherkin/Gherkin.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111

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

elixir/mix.exs

Lines changed: 1 addition & 1 deletion
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: "32.1.1",
9+
version: "32.1.2",
1010
name: "CucumberGherkin",
1111
description: description(),
1212
package: package(),

java/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,22 @@
88
<version>4.3.7</version>
99
</parent>
1010
<artifactId>gherkin</artifactId>
11-
<version>32.1.2-SNAPSHOT</version>
11+
<version>32.1.2</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>1744367762</project.build.outputTimestamp>
18+
<project.build.outputTimestamp>1748200819</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>v32.1.2</tag>
2727
</scm>
2828

2929
<dependencyManagement>

javascript/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

javascript/package.json

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

perl/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
32.1.1
1+
32.1.2

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
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 = "32.1.1"
7+
version = "32.1.2"
88
description = "Gherkin parser (official, by Cucumber team)"
99
readme = "README.md"
1010
requires-python = ">=3.9"

0 commit comments

Comments
 (0)