Skip to content

Commit 7ee7265

Browse files
committed
Prepare release v25.0.0
Created-by: polyglot-release v1.1.0
1 parent 81baa61 commit 7ee7265

File tree

8 files changed

+14
-12
lines changed

8 files changed

+14
-12
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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+
## [25.0.0] - 2022-11-09
1012
### Added
1113
- Additional `ja` (Japanese) translations for `and`, `but`
1214
- Added `amh` (Amharic) translation
@@ -575,7 +577,8 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt
575577
### Changed
576578
- First release
577579

578-
[Unreleased]: https://github.com/cucumber/cucumber/compare/gherkin/v24.1.0...main
580+
[Unreleased]: https://github.com/cucumber/cucumber/compare/gherkin/v25.0.0...main
581+
[25.0.0]: https://github.com/cucumber/cucumber/compare/gherkin/v24.1.0...main
579582
[24.1.0]: https://github.com/cucumber/cucumber/compare/gherkin/v24.0.0...gherkin/v24.1.0
580583
[24.0.0]: https://github.com/cucumber/cucumber/compare/gherkin/v23.0.1...gherkin/v24.0.0
581584
[23.0.1]: https://github.com/cucumber/cucumber/compare/gherkin/v23.0.0...gherkin/v23.0.1

dotnet/Gherkin/Gherkin.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<?xml version="1.0" encoding="utf-8"?>
21
<Project Sdk="Microsoft.NET.Sdk">
32
<PropertyGroup>
43
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
@@ -10,7 +9,7 @@
109
</PropertyGroup>
1110

1211
<PropertyGroup Label="Version">
13-
<VersionNumber>24.1.0</VersionNumber>
12+
<VersionNumber>25.0.0</VersionNumber>
1413
<Version Condition="'$(SnapshotSuffix)' != ''">$(VersionNumber)-$(SnapshotSuffix)</Version>
1514
<Version Condition="'$(SnapshotSuffix)' == ''">$(VersionNumber)</Version>
1615
</PropertyGroup>
@@ -19,7 +18,7 @@
1918
<Product>Gherkin Parser</Product>
2019
<PackageId>Gherkin</PackageId>
2120
<Authors>Cucumber Ltd, Gaspar Nagy</Authors>
22-
<Copyright>Copyright © Cucumber Ltd, Gaspar Nagy</Copyright>
21+
<Copyright>Copyright &#xA9; Cucumber Ltd, Gaspar Nagy</Copyright>
2322
<Description>Cross-platform parser for the Gherkin language, used by Cucumber, SpecFlow and other Cucumber-based tools to parse feature files.</Description>
2423
<PackageTags>specflow gherkin cucumber</PackageTags>
2524
<PackageProjectUrl>https://github.com/cucumber/gherkin</PackageProjectUrl>

java/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<version>3.0.0</version>
99
</parent>
1010
<artifactId>gherkin</artifactId>
11-
<version>24.1.1-SNAPSHOT</version>
11+
<version>25.0.0</version>
1212
<packaging>jar</packaging>
1313
<name>Gherkin</name>
1414
<description>Gherkin parser</description>
@@ -22,7 +22,7 @@
2222
<connection>scm:git:git://github.com/cucumber/gherkin-java.git</connection>
2323
<developerConnection>scm:git:[email protected]:cucumber/gherkin-java.git</developerConnection>
2424
<url>git://github.com/cucumber/gherkin-java.git</url>
25-
<tag>HEAD</tag>
25+
<tag>v25.0.0</tag>
2626
</scm>
2727

2828
<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": "24.1.0",
3+
"version": "25.0.0",
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-
24.1.0
1+
25.0.0

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from distutils.core import setup
33
setup(name="gherkin-official",
44
packages=["gherkin", "gherkin.pickles", "gherkin.stream"],
5-
version="24.1.0",
5+
version="25.0.0",
66
description="Gherkin parser (official, by Cucumber team)",
77
long_description="Gherkin parser (official, by Cucumber team)",
88
author="Cucumber Ltd and Björn Rasmusson",

ruby/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.1.0
1+
25.0.0

0 commit comments

Comments
 (0)