Skip to content

Commit

Permalink
Prepare release v27.0.0
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v1.3.2
  • Loading branch information
luke-hill committed Sep 15, 2023
1 parent dbc4c3e commit 650109d
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 23 deletions.
21 changes: 12 additions & 9 deletions CHANGELOG.md
Expand Up @@ -7,15 +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]
### Changed
- [.NET] Bump sdk to .net 8. Added .net 8 to test platforms
- [Go, Perl, Ruby] Upgraded messages to v22
- [Go] Improve performance - don't compile regex on matcher create
- [Perl] Fix release packaging
- [Perl] Include CHANGELOG.md in tarball
- [Perl] Harmonized error reporting with mainstream implementations - errors are now converted to messages and reported in the message stream ([#31](https://github.com/cucumber/gherkin/issues/31))
- [Ruby] Update minimum ruby requirement from 2.3 to 2.5

## [27.0.0] - 2023-09-15
### Added
- (i18n) Added Malayalam localization
- (i18n) Added 'ed' to Italian ([#31](https://github.com/cucumber/gherkin/issues/160))
Expand All @@ -25,6 +18,15 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt
- [Ruby] Added `Gherkin::Query#parent_locations` for determining a scenario's parents' line numbers ([#89](https://github.com/cucumber/gherkin/pull/89))
- C++ implementation [#117](https://github.com/cucumber/gherkin/pull/117)

### Changed
- [.NET] Bump sdk to .net 8. Added .net 8 to test platforms
- [Go, Perl, Ruby] Upgraded messages to v22
- [Go] Improve performance - don't compile regex on matcher create
- [Perl] Fix release packaging
- [Perl] Include CHANGELOG.md in tarball
- [Perl] Harmonized error reporting with mainstream implementations - errors are now converted to messages and reported in the message stream ([#31](https://github.com/cucumber/gherkin/issues/31))
- [Ruby] Update minimum ruby requirement from 2.3 to 2.5

## [26.2.0] - 2023-04-07
### Changed
- Upgraded messages to v22
Expand Down Expand Up @@ -635,7 +637,8 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt
### Changed
- First release

[Unreleased]: https://github.com/cucumber/gherkin/compare/v26.2.0...main
[Unreleased]: https://github.com/cucumber/gherkin/compare/v27.0.0...main
[27.0.0]: https://github.com/cucumber/gherkin/compare/v26.2.0...main
[26.2.0]: https://github.com/cucumber/gherkin/compare/v26.1.0...main
[26.1.0]: https://github.com/cucumber/gherkin/compare/v26.0.3...main
[26.0.3]: https://github.com/cucumber/gherkin/compare/v26.0.2...main
Expand Down
2 changes: 1 addition & 1 deletion c/VERSION
@@ -1 +1 @@
26.2.0
27.0.0
2 changes: 1 addition & 1 deletion dotnet/Gherkin/Gherkin.csproj
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<PropertyGroup Label="Version">
<VersionNumber>26.2.0</VersionNumber>
<VersionNumber>27.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: "26.2.0",
version: "27.0.0",
name: "CucumberGherkin",
description: description(),
package: package(),
Expand Down
2 changes: 1 addition & 1 deletion go/gherkin-generate-tokens/gherkin-generate-tokens.go
Expand Up @@ -2,7 +2,7 @@ package main

import (
"fmt"
gherkin "github.com/cucumber/gherkin/go/v26"
gherkin "github.com/cucumber/gherkin/go/v27"
"io"
"os"
"strings"
Expand Down
2 changes: 1 addition & 1 deletion go/go.mod
@@ -1,4 +1,4 @@
module github.com/cucumber/gherkin/go/v26
module github.com/cucumber/gherkin/go/v27

require (
github.com/cucumber/messages/go/v22 v22.0.0
Expand Down
2 changes: 1 addition & 1 deletion go/main/main.go
Expand Up @@ -9,7 +9,7 @@ import (
"encoding/json"
"flag"
"fmt"
gherkin "github.com/cucumber/gherkin/go/v26"
gherkin "github.com/cucumber/gherkin/go/v27"
"github.com/cucumber/messages/go/v22"
"os"
)
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>26.2.1-SNAPSHOT</version>
<version>27.0.0</version>
<packaging>jar</packaging>
<name>Gherkin</name>
<description>Gherkin parser</description>
<url>https://github.com/cucumber/gherkin</url>

<properties>
<project.build.outputTimestamp>1680869393</project.build.outputTimestamp>
<project.build.outputTimestamp>1694785406</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>v27.0.0</tag>
</scm>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion 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": "26.2.0",
"version": "27.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 @@
26.2.0
27.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="26.2.0",
version="27.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 @@
26.2.0
27.0.0

0 comments on commit 650109d

Please sign in to comment.