Skip to content

Commit

Permalink
Prepare release v25.0.1
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 8032d22 commit 27b02db
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 11 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Expand Up @@ -8,6 +8,7 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt

## [Unreleased]

## [25.0.1] - 2022-11-09
### Fixed
- Fix release process for perl and elixir

Expand Down Expand Up @@ -580,7 +581,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/v25.0.0...main
[Unreleased]: https://github.com/cucumber/cucumber/compare/gherkin/v25.0.1...main
[25.0.1]: 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
Expand Down
2 changes: 1 addition & 1 deletion dotnet/Gherkin/Gherkin.csproj
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<PropertyGroup Label="Version">
<VersionNumber>25.0.0</VersionNumber>
<VersionNumber>25.0.1</VersionNumber>
<Version Condition="'$(SnapshotSuffix)' != ''">$(VersionNumber)-$(SnapshotSuffix)</Version>
<Version Condition="'$(SnapshotSuffix)' == ''">$(VersionNumber)</Version>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion elixir/mix.exs
Expand Up @@ -6,7 +6,7 @@ defmodule CucumberGherkin.MixProject do
def project do
[
app: :cucumber_gherkin,
version: "25.0.0",
version: "25.0.1",
name: "CucumberGherkin",
description: description(),
package: package(),
Expand Down
4 changes: 2 additions & 2 deletions java/pom.xml
Expand Up @@ -8,7 +8,7 @@
<version>3.0.0</version>
</parent>
<artifactId>gherkin</artifactId>
<version>25.0.1-SNAPSHOT</version>
<version>25.0.1</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.1</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
@@ -1,6 +1,6 @@
{
"name": "@cucumber/gherkin",
"version": "25.0.0",
"version": "25.0.1",
"description": "Gherkin parser",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion perl/VERSION
@@ -1 +1 @@
25.0.0
25.0.1
2 changes: 1 addition & 1 deletion python/setup.py
Expand Up @@ -2,7 +2,7 @@
from distutils.core import setup
setup(name="gherkin-official",
packages=["gherkin", "gherkin.pickles", "gherkin.stream"],
version="25.0.0",
version="25.0.1",
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
@@ -1 +1 @@
25.0.0
25.0.1

0 comments on commit 27b02db

Please sign in to comment.