File tree Expand file tree Collapse file tree
dotnet/CucumberExpressions Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
88## [ Unreleased]
9+
10+ ## [ 18.0.0] - 2024-10-24
911### Changed
1012- [ Ruby] Minimum supported ruby is now 2.7+ ([ #308 ] ( https://github.com/cucumber/cucumber-expressions/pull/308 ) )
1113
@@ -767,7 +769,8 @@ by [brasmusson](https://github.com/brasmusson))
767769### Added
768770- First stable release!
769771
770- [ Unreleased ] : https://github.com/cucumber/cucumber-expressions/compare/v17.1.0...HEAD
772+ [ Unreleased ] : https://github.com/cucumber/cucumber-expressions/compare/v18.0.0...HEAD
773+ [ 18.0.0 ] : https://github.com/cucumber/cucumber-expressions/compare/v17.1.0...v18.0.0
771774[ 17.1.0 ] : https://github.com/cucumber/cucumber-expressions/compare/v17.0.2...v17.1.0
772775[ 17.0.2 ] : https://github.com/cucumber/cucumber-expressions/compare/v17.0.1...v17.0.2
773776[ 17.0.1 ] : https://github.com/cucumber/cucumber-expressions/compare/v17.0.0...v17.0.1
Original file line number Diff line number Diff line change 99 </PropertyGroup >
1010
1111 <PropertyGroup Label =" Version" >
12- <VersionNumber >17.1 .0</VersionNumber >
12+ <VersionNumber >18.0 .0</VersionNumber >
1313 <Version Condition =" '$(SnapshotSuffix)' != ''" >$(VersionNumber)-$(SnapshotSuffix)</Version >
1414 <Version Condition =" '$(SnapshotSuffix)' == ''" >$(VersionNumber)</Version >
1515 </PropertyGroup >
Original file line number Diff line number Diff line change 1- module github.com/cucumber/cucumber-expressions/go/v17
1+ module github.com/cucumber/cucumber-expressions/go/v18
22
33require (
44 github.com/stretchr/testify v1.9.0
Original file line number Diff line number Diff line change 99 </parent >
1010
1111 <artifactId >cucumber-expressions</artifactId >
12- <version >17.1.1-SNAPSHOT </version >
12+ <version >18.0.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>1711055036 </project .build.outputTimestamp>
19+ <project .build.outputTimestamp>1729762529 </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:git@github.com:cucumber/cucumber-expressions.git</developerConnection >
2626 <url >git://github.com/cucumber/cucumber-expressions.git</url >
27- <tag >HEAD </tag >
27+ <tag >v18.0.0 </tag >
2828 </scm >
2929
3030 <dependencyManagement >
Original file line number Diff line number Diff line change 11{
22 "name" : " @cucumber/cucumber-expressions" ,
3- "version" : " 17.1 .0" ,
3+ "version" : " 18.0 .0" ,
44 "description" : " Cucumber Expressions - a simpler alternative to Regular Expressions" ,
55 "type" : " module" ,
66 "main" : " dist/cjs/src/index.js" ,
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " cucumber-expressions"
3- version = " 17.1 .0"
3+ version = " 18.0 .0"
44description = " Cucumber Expressions - a simpler alternative to Regular Expressions"
55authors = [" Jason Allen <jsa34@noreply.github.com>" ]
66license = " MIT"
Original file line number Diff line number Diff line change 1- 17.1 .0
1+ 18.0 .0
You can’t perform that action at this time.
0 commit comments