Skip to content

Commit cc4f87f

Browse files
committed
Prepare release v19.0.1
Created-by: polyglot-release v1.10.1
1 parent 45fcc42 commit cc4f87f

8 files changed

Lines changed: 15 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ 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+
## [19.0.1] - 2026-05-22
911
### Fixed
1012
- [.Net] Downgrade dependency fluentassertions to 7.2.0 ([#423](https://github.com/cucumber/cucumber-expressions/pull/423))
1113

@@ -795,7 +797,8 @@ by [brasmusson](https://github.com/brasmusson))
795797
### Added
796798
- First stable release!
797799

798-
[Unreleased]: https://github.com/cucumber/cucumber-expressions/compare/v19.0.0...HEAD
800+
[Unreleased]: https://github.com/cucumber/cucumber-expressions/compare/v19.0.1...HEAD
801+
[19.0.1]: https://github.com/cucumber/cucumber-expressions/compare/v19.0.0...v19.0.1
799802
[19.0.0]: https://github.com/cucumber/cucumber-expressions/compare/v18.1.0...v19.0.0
800803
[18.1.0]: https://github.com/cucumber/cucumber-expressions/compare/v18.0.1...v18.1.0
801804
[18.0.1]: https://github.com/cucumber/cucumber-expressions/compare/v18.0.0...v18.0.1

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>19.0.0</VersionNumber>
12+
<VersionNumber>19.0.1</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>19.0.1-SNAPSHOT</version>
12+
<version>19.0.1</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>1769364361</project.build.outputTimestamp>
19+
<project.build.outputTimestamp>1779479172</project.build.outputTimestamp>
2020
<osgi.bundle-symbolic-name>io.cucumber.cucumberexpressions</osgi.bundle-symbolic-name>
2121
</properties>
2222

2323
<scm>
2424
<connection>scm:git:git://github.com/cucumber/cucumber-expressions.git</connection>
2525
<developerConnection>scm:git:git@github.com:cucumber/cucumber-expressions.git</developerConnection>
2626
<url>git://github.com/cucumber/cucumber-expressions.git</url>
27-
<tag>HEAD</tag>
27+
<tag>v19.0.1</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": "19.0.0",
3+
"version": "19.0.1",
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
@@ -4,7 +4,7 @@ requires = ["uv_build>=0.11.0,<0.12.0"]
44

55
[project]
66
name = "cucumber-expressions"
7-
version = "19.0.0"
7+
version = "19.0.1"
88
description = "Cucumber Expressions - a simpler alternative to Regular Expressions"
99
readme = "README.md"
1010
requires-python = ">=3.10"

python/uv.lock

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

ruby/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
19.0.0
1+
19.0.1

0 commit comments

Comments
 (0)