Skip to content

Commit b5dcaa5

Browse files
committed
Prepare release v17.1.0
Created-by: polyglot-release v1.3.2
1 parent 3f535a2 commit b5dcaa5

File tree

7 files changed

+14
-11
lines changed

7 files changed

+14
-11
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
9+
10+
## [17.1.0] - 2024-03-21
911
### Added
10-
- [Java] Assume numbers use either a comma or period for the thousands separator instead of non-breaking spaces. ([#290](https://github.com/cucumber/cucumber-expressions/pull/290))
12+
- [Java] Assume numbers use either a comma or period for the thousands separator instead of non-breaking spaces. ([#290](https://github.com/cucumber/cucumber-expressions/pull/290))
1113

1214
### Fixed
1315
- [Java] Parse negative numbers in Norwegian (and 59 other languages) ([#290](https://github.com/cucumber/cucumber-expressions/pull/290))
@@ -763,7 +765,8 @@ by [brasmusson](https://github.com/brasmusson))
763765
### Added
764766
- First stable release!
765767

766-
[Unreleased]: https://github.com/cucumber/cucumber-expressions/compare/v17.0.2...HEAD
768+
[Unreleased]: https://github.com/cucumber/cucumber-expressions/compare/v17.1.0...HEAD
769+
[17.1.0]: https://github.com/cucumber/cucumber-expressions/compare/v17.0.2...v17.1.0
767770
[17.0.2]: https://github.com/cucumber/cucumber-expressions/compare/v17.0.1...v17.0.2
768771
[17.0.1]: https://github.com/cucumber/cucumber-expressions/compare/v17.0.0...v17.0.1
769772
[17.0.0]: https://github.com/cucumber/cucumber-expressions/compare/v16.1.2...v17.0.0

dotnet/CucumberExpressions/CucumberExpressions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<PropertyGroup Label="Version">
12-
<VersionNumber>17.0.2</VersionNumber>
12+
<VersionNumber>17.1.0</VersionNumber>
1313
<Version Condition="'$(SnapshotSuffix)' != ''">$(VersionNumber)-$(SnapshotSuffix)</Version>
1414
<Version Condition="'$(SnapshotSuffix)' == ''">$(VersionNumber)</Version>
1515
</PropertyGroup>

java/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,22 @@
99
</parent>
1010

1111
<artifactId>cucumber-expressions</artifactId>
12-
<version>17.0.3-SNAPSHOT</version>
12+
<version>17.1.0</version>
1313
<packaging>jar</packaging>
1414
<name>Cucumber Expressions</name>
1515
<description>Cucumber Expressions are simple patterns for matching Step Definitions with Gherkin steps</description>
1616
<url>https://github.com/cucumber/cucumber-expressions-java</url>
1717

1818
<properties>
19-
<project.build.outputTimestamp>1708423062</project.build.outputTimestamp>
19+
<project.build.outputTimestamp>1711055024</project.build.outputTimestamp>
2020
<project.Automatic-Module-Name>io.cucumber.cucumberexpressions</project.Automatic-Module-Name>
2121
</properties>
2222

2323
<scm>
2424
<connection>scm:git:git://github.com/cucumber/cucumber-expressions.git</connection>
2525
<developerConnection>scm:git:[email protected]:cucumber/cucumber-expressions.git</developerConnection>
2626
<url>git://github.com/cucumber/cucumber-expressions.git</url>
27-
<tag>HEAD</tag>
27+
<tag>v17.1.0</tag>
2828
</scm>
2929

3030
<dependencyManagement>

javascript/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cucumber/cucumber-expressions",
3-
"version": "17.0.2",
3+
"version": "17.1.0",
44
"description": "Cucumber Expressions - a simpler alternative to Regular Expressions",
55
"type": "module",
66
"main": "dist/cjs/src/index.js",

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cucumber-expressions"
3-
version = "17.0.2"
3+
version = "17.1.0"
44
description = "Cucumber Expressions - a simpler alternative to Regular Expressions"
55
authors = ["Jason Allen <[email protected]>"]
66
license = "MIT"

ruby/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
17.0.2
1+
17.1.0

0 commit comments

Comments
 (0)