File tree Expand file tree Collapse file tree 8 files changed +17
-14
lines changed
dotnet/CucumberExpressions Expand file tree Collapse file tree 8 files changed +17
-14
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,14 @@ 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- ### Fixed
10- - [ .NET] Fix casing in "word" parameter type constant
119
10+ ## [ 15.2.0] - 2022-05-24
1211### Added
1312- [ JavaScript] Add ` ParameterInfo ` ([ #124 ] ( https://github.com/cucumber/cucumber-expressions/pull/124 ) )
1413
14+ ### Fixed
15+ - [ .NET] Fix casing in "word" parameter type constant
16+
1517## [ 15.1.1] - 2022-04-21
1618### Fixed
1719- [ JavaScript] Make ` CucumberExpression.ast ` public (it was accidentally private in 15.1.0)
@@ -708,7 +710,8 @@ by [brasmusson](https://github.com/brasmusson))
708710### Added
709711- First stable release!
710712
711- [ Unreleased ] : https://github.com/cucumber/cucumber-expressions/compare/v15.1.1...HEAD
713+ [ Unreleased ] : https://github.com/cucumber/cucumber-expressions/compare/v15.2.0...HEAD
714+ [ 15.2.0 ] : https://github.com/cucumber/cucumber-expressions/compare/v15.1.1...v15.2.0
712715[ 15.1.1 ] : https://github.com/cucumber/cucumber-expressions/compare/v15.1.0...v15.1.1
713716[ 15.1.0 ] : https://github.com/cucumber/cucumber-expressions/compare/v15.0.2...v15.1.0
714717[ 15.0.2 ] : https://github.com/cucumber/cucumber-expressions/compare/v15.0.1...v15.0.2
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
44 <TargetFramework >netstandard2.0</TargetFramework >
99 </PropertyGroup >
1010
1111 <PropertyGroup Label =" Version" >
12- <VersionNumber >15.1.1 </VersionNumber >
12+ <VersionNumber >15.2.0 </VersionNumber >
1313 <Version Condition =" '$(SnapshotSuffix)' != ''" >$(VersionNumber)-$(SnapshotSuffix)</Version >
1414 <Version Condition =" '$(SnapshotSuffix)' == ''" >$(VersionNumber)</Version >
1515 </PropertyGroup >
1818 <Product >Cucumber Expressions</Product >
1919 <PackageId >Cucumber.CucumberExpressions</PackageId >
2020 <Authors >Cucumber Ltd, Gaspar Nagy</Authors >
21- <Copyright >Copyright © Cucumber Ltd, Gaspar Nagy</Copyright >
21+ <Copyright >Copyright © Cucumber Ltd, Gaspar Nagy</Copyright >
2222 <Description >Cucumber Expressions implementation for .NET.</Description >
2323 <PackageTags >specflow cucumber</PackageTags >
2424 <PackageProjectUrl >https://github.com/cucumber/cucumber-expressions/tree/main/dotnet</PackageProjectUrl >
Original file line number Diff line number Diff line change 1- module github.com/cucumber/cucumber-expressions/go/v15.1.1
1+ module github.com/cucumber/cucumber-expressions/go/v15.2.0
22
33require (
44 github.com/davecgh/go-spew v1.1.1 // indirect
Original file line number Diff line number Diff line change 99 </parent >
1010
1111 <artifactId >cucumber-expressions</artifactId >
12- <version >15.1.1 </version >
12+ <version >15.2.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 >
2525 <connection >scm:git:git://github.com/cucumber/cucumber-expressions.git</connection >
2626 <
developerConnection >scm:git:
[email protected] :cucumber/cucumber-expressions.git</
developerConnection >
2727 <url >git://github.com/cucumber/cucumber-expressions.git</url >
28- <tag >HEAD </tag >
28+ <tag >v15.2.0 </tag >
2929 </scm >
3030
3131 <dependencyManagement >
Original file line number Diff line number Diff line change 11{
22 "name" : " @cucumber/cucumber-expressions" ,
3- "version" : " 15.1.1 " ,
3+ "version" : " 15.2.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 = " 15.1.1 "
3+ version = " 15.2.0 "
44description = " Cucumber Expressions - a simpler alternative to Regular Expressions"
55authors = [
" Jason Allen <[email protected] >" ]
66license = " MIT"
Original file line number Diff line number Diff line change 1- 15.1.1
1+ 15.2.0
You can’t perform that action at this time.
0 commit comments