Skip to content

Commit

Permalink
Prepare release v25.0.0
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v1.1.0
  • Loading branch information
mpkorstanje committed Nov 9, 2022
1 parent 81baa61 commit 7ee7265
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 12 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

## [25.0.0] - 2022-11-09
### Added
- Additional `ja` (Japanese) translations for `and`, `but`
- Added `amh` (Amharic) translation
Expand Down Expand Up @@ -575,7 +577,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/v24.1.0...main
[Unreleased]: 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
[23.0.1]: https://github.com/cucumber/cucumber/compare/gherkin/v23.0.0...gherkin/v23.0.1
Expand Down
5 changes: 2 additions & 3 deletions dotnet/Gherkin/Gherkin.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
Expand All @@ -10,7 +9,7 @@
</PropertyGroup>

<PropertyGroup Label="Version">
<VersionNumber>24.1.0</VersionNumber>
<VersionNumber>25.0.0</VersionNumber>
<Version Condition="'$(SnapshotSuffix)' != ''">$(VersionNumber)-$(SnapshotSuffix)</Version>
<Version Condition="'$(SnapshotSuffix)' == ''">$(VersionNumber)</Version>
</PropertyGroup>
Expand All @@ -19,7 +18,7 @@
<Product>Gherkin Parser</Product>
<PackageId>Gherkin</PackageId>
<Authors>Cucumber Ltd, Gaspar Nagy</Authors>
<Copyright>Copyright © Cucumber Ltd, Gaspar Nagy</Copyright>
<Copyright>Copyright &#xA9; Cucumber Ltd, Gaspar Nagy</Copyright>
<Description>Cross-platform parser for the Gherkin language, used by Cucumber, SpecFlow and other Cucumber-based tools to parse feature files.</Description>
<PackageTags>specflow gherkin cucumber</PackageTags>
<PackageProjectUrl>https://github.com/cucumber/gherkin</PackageProjectUrl>
Expand Down
4 changes: 2 additions & 2 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<version>3.0.0</version>
</parent>
<artifactId>gherkin</artifactId>
<version>24.1.1-SNAPSHOT</version>
<version>25.0.0</version>
<packaging>jar</packaging>
<name>Gherkin</name>
<description>Gherkin parser</description>
Expand All @@ -22,7 +22,7 @@
<connection>scm:git:git://github.com/cucumber/gherkin-java.git</connection>
<developerConnection>scm:git:git@github.com:cucumber/gherkin-java.git</developerConnection>
<url>git://github.com/cucumber/gherkin-java.git</url>
<tag>HEAD</tag>
<tag>v25.0.0</tag>
</scm>

<dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions javascript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cucumber/gherkin",
"version": "24.1.0",
"version": "25.0.0",
"description": "Gherkin parser",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion perl/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
24.1.0
25.0.0
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from distutils.core import setup
setup(name="gherkin-official",
packages=["gherkin", "gherkin.pickles", "gherkin.stream"],
version="24.1.0",
version="25.0.0",
description="Gherkin parser (official, by Cucumber team)",
long_description="Gherkin parser (official, by Cucumber team)",
author="Cucumber Ltd and Björn Rasmusson",
Expand Down
2 changes: 1 addition & 1 deletion ruby/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
24.1.0
25.0.0

0 comments on commit 7ee7265

Please sign in to comment.