File tree Expand file tree Collapse file tree 7 files changed +13
-10
lines changed
dotnet/CucumberExpressions Expand file tree Collapse file tree 7 files changed +13
-10
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/)
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
8
## [ Unreleased]
9
+
10
+ ## [ 17.0.1] - 2023-11-24
9
11
### Fixed
10
12
- [ JavaScript] Fix import paths lacking file suffix ([ #243 ] ( https://github.com/cucumber/cucumber-expressions/pull/243 ) )
11
13
- [ Ruby] Fixed up ` Layout ` rubocop autofixes
@@ -743,7 +745,8 @@ by [brasmusson](https://github.com/brasmusson))
743
745
### Added
744
746
- First stable release!
745
747
746
- [ Unreleased ] : https://github.com/cucumber/cucumber-expressions/compare/v17.0.0...HEAD
748
+ [ Unreleased ] : https://github.com/cucumber/cucumber-expressions/compare/v17.0.1...HEAD
749
+ [ 17.0.1 ] : https://github.com/cucumber/cucumber-expressions/compare/v17.0.0...v17.0.1
747
750
[ 17.0.0 ] : https://github.com/cucumber/cucumber-expressions/compare/v16.1.2...v17.0.0
748
751
[ 16.1.2 ] : https://github.com/cucumber/cucumber-expressions/compare/v16.1.1...v16.1.2
749
752
[ 16.1.1 ] : https://github.com/cucumber/cucumber-expressions/compare/v16.1.0...v16.1.1
Original file line number Diff line number Diff line change 9
9
</PropertyGroup >
10
10
11
11
<PropertyGroup Label =" Version" >
12
- <VersionNumber >17.0.0 </VersionNumber >
12
+ <VersionNumber >17.0.1 </VersionNumber >
13
13
<Version Condition =" '$(SnapshotSuffix)' != ''" >$(VersionNumber)-$(SnapshotSuffix)</Version >
14
14
<Version Condition =" '$(SnapshotSuffix)' == ''" >$(VersionNumber)</Version >
15
15
</PropertyGroup >
Original file line number Diff line number Diff line change 9
9
</parent >
10
10
11
11
<artifactId >cucumber-expressions</artifactId >
12
- <version >17.0.1-SNAPSHOT </version >
12
+ <version >17.0.1</version >
13
13
<packaging >jar</packaging >
14
14
<name >Cucumber Expressions</name >
15
15
<description >Cucumber Expressions are simple patterns for matching Step Definitions with Gherkin steps</description >
16
16
<url >https://github.com/cucumber/cucumber-expressions-java</url >
17
17
18
18
<properties >
19
- <project .build.outputTimestamp>1696599372 </project .build.outputTimestamp>
19
+ <project .build.outputTimestamp>1700821957 </project .build.outputTimestamp>
20
20
<project .Automatic-Module-Name>io.cucumber.cucumberexpressions</project .Automatic-Module-Name>
21
21
</properties >
22
22
23
23
<scm >
24
24
<connection >scm:git:git://github.com/cucumber/cucumber-expressions.git</connection >
25
25
<developerConnection >scm:git:git@github.com:cucumber/cucumber-expressions.git</developerConnection >
26
26
<url >git://github.com/cucumber/cucumber-expressions.git</url >
27
- <tag >HEAD </tag >
27
+ <tag >v17.0.1 </tag >
28
28
</scm >
29
29
30
30
<dependencyManagement >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cucumber/cucumber-expressions" ,
3
- "version" : " 17.0.0 " ,
3
+ "version" : " 17.0.1 " ,
4
4
"description" : " Cucumber Expressions - a simpler alternative to Regular Expressions" ,
5
5
"type" : " module" ,
6
6
"main" : " dist/cjs/src/index.js" ,
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " cucumber-expressions"
3
- version = " 17.0.0 "
3
+ version = " 17.0.1 "
4
4
description = " Cucumber Expressions - a simpler alternative to Regular Expressions"
5
5
authors = [" Jason Allen <jsa34@noreply.github.com>" ]
6
6
license = " MIT"
Original file line number Diff line number Diff line change 1
- 17.0.0
1
+ 17.0.1
You can’t perform that action at this time.
0 commit comments