Skip to content

Commit f0f907f

Browse files
committed
Release 15.0.1
1 parent ca0001c commit f0f907f

File tree

9 files changed

+25
-30
lines changed

9 files changed

+25
-30
lines changed

CHANGELOG.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,21 @@ 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-
### Changed
10-
- [Go] Parameters of type `{float}` are now parsed as `float32` (previously it was `float64`).
11-
Use `{double}` if you need `float64`. ([#42](https://github.com/cucumber/cucumber-expressions/pull/42))
129

10+
## [15.0.1] - 2022-01-04
11+
### Fixed
12+
- Fixed release scripts
13+
14+
## [15.0.0] - 2022-01-04
1315
### Added
1416
- [Ruby,JavaScript,Go] Add `bigdecimal`, `biginteger` parameter types ([#42](https://github.com/cucumber/cucumber-expressions/pull/42))
1517
- [.NET] Implementation of Cucumber Expressions by porting the Java parser
1618
([#1743](https://github.com/cucumber/cucumber-expressions/pull/45))
1719

20+
### Changed
21+
- [Go] Parameters of type `{float}` are now parsed as `float32` (previously it was `float64`).
22+
Use `{double}` if you need `float64`. ([#42](https://github.com/cucumber/cucumber-expressions/pull/42))
23+
1824
## [14.0.0] - 2021-10-12
1925
### Changed
2026
- TypeScript: `Group#value` can no longer be `undefined` ([#16](https://github.com/cucumber/cucumber-expressions/pull/16))
@@ -683,7 +689,9 @@ by [brasmusson](https://github.com/brasmusson))
683689
### Added
684690
- First stable release!
685691

686-
[Unreleased]: https://github.com/cucumber/cucumber-expressions/compare/v14.0.0...HEAD
692+
[Unreleased]: https://github.com/cucumber/cucumber-expressions/compare/v15.0.1...HEAD
693+
[15.0.1]: https://github.com/cucumber/cucumber-expressions/compare/v15.0.0...v15.0.1
694+
[15.0.0]: https://github.com/cucumber/cucumber-expressions/compare/v14.0.0...v15.0.0
687695
[14.0.0]: https://github.com/cucumber/cucumber-expressions/compare/v13.1.3...v14.0.0
688696
[13.1.3]: https://github.com/cucumber/cucumber-expressions/compare/v13.1.2...v13.1.3
689697
[13.1.2]: https://github.com/cucumber/cucumber-expressions/compare/v13.1.1...v13.1.2
@@ -696,7 +704,6 @@ by [brasmusson](https://github.com/brasmusson))
696704
[12.1.0]: https://github.com/cucumber/cucumber-expressions/compare/v12.0.1...v12.1.0
697705
[12.0.1]: https://github.com/cucumber/cucumber-expressions/compare/v12.0.0...v12.0.1
698706
[12.0.0]: https://github.com/cucumber/cucumber-expressions/compare/v11.0.2...v12.0.0
699-
[11.0.2]: https://github.com/cucumber/cucumber-expressions/compare/v11.0.1...v11.0.2
700707
[11.0.1]: https://github.com/cucumber/cucumber-expressions/compare/v11.0.0...v11.0.1
701708
[11.0.0]: https://github.com/cucumber/cucumber-expressions/compare/v10.3.0...v11.0.0
702709
[10.3.0]: https://github.com/cucumber/cucumber-expressions/compare/v10.2.2...v10.3.0
@@ -715,7 +722,6 @@ by [brasmusson](https://github.com/brasmusson))
715722
[8.0.1]: https://github.com/cucumber/cucumber-expressions/compare/v8.0.0...v8.0.1
716723
[8.0.0]: https://github.com/cucumber/cucumber-expressions/compare/v7.0.2...v8.0.0
717724
[7.0.2]: https://github.com/cucumber/cucumber-expressions/compare/v7.0.1...v7.0.2
718-
[7.0.1]: https://github.com/cucumber/cucumber-expressions/compare/v7.0.0...v7.0.1
719725
[7.0.0]: https://github.com/cucumber/cucumber-expressions/compare/v6.2.3...v7.0.0
720726
[6.2.3]: https://github.com/cucumber/cucumber-expressions/compare/v6.2.2...v6.2.3
721727
[6.2.2]: https://github.com/cucumber/cucumber-expressions/compare/v6.2.1...v6.2.2
@@ -725,7 +731,6 @@ by [brasmusson](https://github.com/brasmusson))
725731
[6.1.1]: https://github.com/cucumber/cucumber-expressions/compare/v6.0.1...v6.1.1
726732
[6.0.1]: https://github.com/cucumber/cucumber-expressions/compare/v6.0.0...v6.0.1
727733
[6.0.0]: https://github.com/cucumber/cucumber-expressions/compare/v5.0.19...v6.0.0
728-
[5.0.19]: https://github.com/cucumber/cucumber-expressions/compare/v5.0.18...v5.0.19
729734
[5.0.18]: https://github.com/cucumber/cucumber-expressions/compare/v5.0.16...v5.0.18
730735
[5.0.16]: https://github.com/cucumber/cucumber-expressions/compare/v5.0.15...v5.0.16
731736
[5.0.15]: https://github.com/cucumber/cucumber-expressions/compare/v5.0.14...v5.0.15
@@ -749,3 +754,4 @@ by [brasmusson](https://github.com/brasmusson))
749754
[1.0.3]: https://github.com/cucumber/cucumber-expressions/compare/v1.0.2...v1.0.3
750755
[1.0.2]: https://github.com/cucumber/cucumber-expressions/compare/v1.0.1...v1.0.2
751756
[1.0.1]: https://github.com/cucumber/cucumber/releases/tag/v1.0.1
757+
ber/cucumber/releases/tag/v1.0.1

dotnet/CucumberExpressions/CucumberExpressions.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
</PropertyGroup>
1010

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

1717
<PropertyGroup Label="Package Properties">
1818
<Product>Cucumber Expressions</Product>
19-
<PackageId>CucumberExpressions</PackageId>
19+
<PackageId>Cucumber.CucumberExpressions</PackageId>
2020
<Authors>Cucumber Ltd, Gaspar Nagy</Authors>
2121
<Copyright>Copyright © Cucumber Ltd, Gaspar Nagy</Copyright>
2222
<Description>Cucumber Expressions implementation for .NET.</Description>

go/go.mod

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
module github.com/cucumber/cucumber-expressions/go/v14
1+
module github.com/cucumber/cucumber-expressions/go/v15
22

33
require (
44
github.com/davecgh/go-spew v1.1.1 // indirect
5-
github.com/kr/text v0.2.0 // indirect
6-
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
75
github.com/stretchr/testify v1.7.0
8-
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
9-
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
6+
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
107
)
118

129
go 1.13

go/go.sum

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,12 @@
1-
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
21
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
32
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
43
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
5-
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
6-
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
7-
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
8-
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
9-
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs=
10-
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
114
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
125
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
136
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
147
github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY=
158
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
169
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
17-
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f h1:BLraFXnmrev5lT+xlilqcH8XK9/i0At2xKjWk4p6zsU=
18-
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
19-
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo=
2010
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
11+
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b h1:h8qDotaEPuJATrMmW04NCwg7v22aHH28wwpauUhK9Oo=
12+
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=

go/parameter_by_type_transformer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ func (s BuiltInParameterTransformer) Transform(fromValue string, toValueType int
3333
return nil, createError(fromValue, toValueType)
3434
}
3535

36-
func transformKind(fromValue string, toValueKind interface{String() string}) (interface{}, error) {
36+
func transformKind(fromValue string, toValueKind interface{ String() string }) (interface{}, error) {
3737
switch toValueKind {
3838
case reflect.String:
3939
return fromValue, nil

java/pom.xml

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

1111
<artifactId>cucumber-expressions</artifactId>
12-
<version>14.0.0-SNAPSHOT</version>
12+
<version>15.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>

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": "15.0.0",
3+
"version": "15.0.1",
44
"description": "Cucumber Expressions - a simpler alternative to Regular Expressions",
55
"type": "module",
66
"main": "dist/cjs/src/index.js",

ruby/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14.0.0
1+
15.0.1

0 commit comments

Comments
 (0)