Skip to content

Commit

Permalink
Prepare release v26.0.0
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v1.3.0
  • Loading branch information
mpkorstanje committed Dec 17, 2022
1 parent 247d794 commit 7a5feec
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 17 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Expand Up @@ -8,13 +8,14 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt

## [Unreleased]

## [26.0.0] - 2022-12-17
### Added
- [Java] Enabled reproducible builds

### Changed
- Upgraded messages to v21
- [.NET] Update target frameworks fo .NET 6, .NET Framework 4.6.2, .NET Standard 2.0

### Added
- [Java] Enabled reproducible builds

### Fixed
- Link to the correct repository in various package meta-data.
- [Perl] Specify version range for `Cucumber::Messages` dependency ([#50](https://github.com/cucumber/gherkin/pull/50))
Expand Down Expand Up @@ -596,7 +597,8 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt
### Changed
- First release

[Unreleased]: https://github.com/cucumber/gherkin/compare/v25.0.2...main
[Unreleased]: https://github.com/cucumber/gherkin/compare/v26.0.0...main
[26.0.0]: https://github.com/cucumber/gherkin/compare/v25.0.2...main
[25.0.2]: https://github.com/cucumber/gherkin/compare/v25.0.1...main
[25.0.1]: https://github.com/cucumber/gherkin/compare/v25.0.0...main
[25.0.0]: https://github.com/cucumber/gherkin/compare/v24.1.0...main
Expand Down
2 changes: 1 addition & 1 deletion c/VERSION
@@ -1 +1 @@
25.0.2
26.0.0
2 changes: 1 addition & 1 deletion dotnet/Gherkin/Gherkin.csproj
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<PropertyGroup Label="Version">
<VersionNumber>25.0.2</VersionNumber>
<VersionNumber>26.0.0</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.2",
version: "26.0.0",
name: "CucumberGherkin",
description: description(),
package: package(),
Expand Down
2 changes: 1 addition & 1 deletion go/go.mod
@@ -1,4 +1,4 @@
module github.com/cucumber/gherkin/v25
module github.com/cucumber/gherkin/v26

require (
github.com/cucumber/messages/go/v21 v21.0.1
Expand Down
6 changes: 3 additions & 3 deletions java/pom.xml
Expand Up @@ -8,22 +8,22 @@
<version>4.1.1</version>
</parent>
<artifactId>gherkin</artifactId>
<version>25.0.3-SNAPSHOT</version>
<version>26.0.0</version>
<packaging>jar</packaging>
<name>Gherkin</name>
<description>Gherkin parser</description>
<url>https://github.com/cucumber/gherkin</url>

<properties>
<project.build.outputTimestamp>1000000</project.build.outputTimestamp>
<project.build.outputTimestamp>1671298178</project.build.outputTimestamp>
<project.Automatic-Module-Name>io.cucumber.gherkin</project.Automatic-Module-Name>
</properties>

<scm>
<connection>scm:git:git://github.com/cucumber/gherkin.git</connection>
<developerConnection>scm:git:git@github.com:cucumber/gherkin.git</developerConnection>
<url>git://github.com/cucumber/gherkin.git</url>
<tag>HEAD</tag>
<tag>v26.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
@@ -1,6 +1,6 @@
{
"name": "@cucumber/gherkin",
"version": "25.0.2",
"version": "26.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
@@ -1 +1 @@
25.0.2
26.0.0
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.2",
version="26.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
@@ -1 +1 @@
25.0.2
26.0.0

0 comments on commit 7a5feec

Please sign in to comment.