Skip to content

Commit

Permalink
Prepare release v26.1.0
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v1.3.2
  • Loading branch information
mpkorstanje committed Mar 23, 2023
1 parent 0134f41 commit 5afbab2
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 13 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
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]

## [26.1.0] - 2023-03-23
### Added
- (i18n) Add Belarusian localization

Expand Down Expand Up @@ -612,7 +614,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.0.3...main
[Unreleased]: 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
[26.0.2]: https://github.com/cucumber/gherkin/compare/v26.0.1...main
[26.0.1]: https://github.com/cucumber/gherkin/compare/v26.0.0...main
Expand Down
2 changes: 1 addition & 1 deletion c/VERSION
@@ -1 +1 @@
26.0.3
26.1.0
2 changes: 1 addition & 1 deletion dotnet/Gherkin/Gherkin.csproj
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<PropertyGroup Label="Version">
<VersionNumber>26.0.3</VersionNumber>
<VersionNumber>26.1.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.0.3",
version: "26.1.0",
name: "CucumberGherkin",
description: description(),
package: package(),
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.0.4-SNAPSHOT</version>
<version>26.1.0</version>
<packaging>jar</packaging>
<name>Gherkin</name>
<description>Gherkin parser</description>
<url>https://github.com/cucumber/gherkin</url>

<properties>
<project.build.outputTimestamp>1672774584</project.build.outputTimestamp>
<project.build.outputTimestamp>1679607310</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.1.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": "26.0.3",
"version": "26.1.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.0.3
26.1.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.0.3",
version="26.1.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.0.3
26.1.0

0 comments on commit 5afbab2

Please sign in to comment.