File tree Expand file tree Collapse file tree 7 files changed +12
-9
lines changed
dotnet/CucumberExpressions Expand file tree Collapse file tree 7 files changed +12
-9
lines changed 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.1] - 2024-10-28
911### Fixed
1012- [ Python] Release process didn't release to pypi correctly
1113
@@ -771,7 +773,8 @@ by [brasmusson](https://github.com/brasmusson))
771773### Added
772774- First stable release!
773775
774- [ Unreleased ] : https://github.com/cucumber/cucumber-expressions/compare/v18.0.0...HEAD
776+ [ Unreleased ] : https://github.com/cucumber/cucumber-expressions/compare/v18.0.1...HEAD
777+ [ 18.0.1 ] : https://github.com/cucumber/cucumber-expressions/compare/v18.0.0...v18.0.1
775778[ 18.0.0 ] : https://github.com/cucumber/cucumber-expressions/compare/v17.1.0...v18.0.0
776779[ 17.1.0 ] : https://github.com/cucumber/cucumber-expressions/compare/v17.0.2...v17.1.0
777780[ 17.0.2 ] : https://github.com/cucumber/cucumber-expressions/compare/v17.0.1...v17.0.2
Original file line number Diff line number Diff line change 99 </PropertyGroup >
1010
1111 <PropertyGroup Label =" Version" >
12- <VersionNumber >18.0.0 </VersionNumber >
12+ <VersionNumber >18.0.1 </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 99 </parent >
1010
1111 <artifactId >cucumber-expressions</artifactId >
12- <version >18.0.1-SNAPSHOT </version >
12+ <version >18.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>1729762539 </project .build.outputTimestamp>
19+ <project .build.outputTimestamp>1730115203 </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.1 </tag >
2828 </scm >
2929
3030 <dependencyManagement >
Original file line number Diff line number Diff line change 11{
22 "name" : " @cucumber/cucumber-expressions" ,
3- "version" : " 18.0.0 " ,
3+ "version" : " 18.0.1 " ,
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 = " 18.0.0 "
3+ version = " 18.0.1 "
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- 18.0.0
1+ 18.0.1
You can’t perform that action at this time.
0 commit comments