File tree Expand file tree Collapse file tree 2 files changed +16
-17
lines changed Expand file tree Collapse file tree 2 files changed +16
-17
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,23 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
7
7
See also the [ CHANGELOG] ( https://github.com/cucumber/cucumber-jvm/blob/master/CHANGELOG.md ) from Cucumber Core.
8
8
9
9
----
10
-
11
10
## [ Unreleased] (In Git)
12
11
13
12
### Added
14
13
14
+ ### Changed
15
+
16
+ ### Deprecated
17
+
18
+ ### Removed
19
+
20
+ ### Fixed
21
+
22
+
23
+ ## [ 5.6.0] (2020-05-03)
24
+
25
+ ### Added
26
+
15
27
- [ Doc] Users documentation on Scala DSL
16
28
- [ Scala DSL] Support for transformers ([ #32 ] ( https://github.com/cucumber/cucumber-jvm-scala/issues/32 ) Gaël Jourdan-Weil)
17
29
- See [ Transformers] ( docs/transformers.md )
@@ -29,16 +41,10 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
29
41
- [ Gherkin] Update Gherkin version to 9.2.0
30
42
- New ` MR ` and ` ME ` traits available
31
43
32
- ### Deprecated
33
-
34
- ### Removed
35
-
36
44
### Fixed
37
45
38
46
- [ Core] Instantiate glue classes per scenario ([ #1 ] ( https://github.com/cucumber/cucumber-jvm-scala/issues/1 ) Gaël Jourdan-Weil)
39
47
40
- ### Security
41
-
42
48
## [ 4.7.1] (2019-08-01)
43
49
44
50
### Changed
@@ -107,7 +113,8 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
107
113
- [ Build] Update Scala versions to 2.11.12 and 2.12.7 ([ #11 ] ( https://github.com/cucumber/cucumber-jvm-scala/issues/11 ) Arturas Smorgun)
108
114
109
115
<!-- Releases -->
110
- [ Unreleased ] : https://github.com/cucumber/cucumber-jvm-scala/compare/v4.7.1...master
116
+ [ Unreleased ] : https://github.com/cucumber/cucumber-jvm-scala/compare/v5.6.0...master
117
+ [ 5.6.0 ] : https://github.com/cucumber/cucumber-jvm-scala/compare/v4.7.1...v5.6.0
111
118
[ 4.7.1 ] : https://github.com/cucumber/cucumber-jvm-scala/compare/v4.7.0...v4.7.1
112
119
[ 4.7.0 ] : https://github.com/cucumber/cucumber-jvm-scala/compare/v4.6.0...v4.7.0
113
120
[ 4.6.0 ] : https://github.com/cucumber/cucumber-jvm-scala/compare/v4.5.4...v4.6.0
Original file line number Diff line number Diff line change @@ -14,18 +14,10 @@ clean:
14
14
15
15
version :
16
16
@echo " "
17
- @echo " The next version of Cucumber-JVM will be $( NEW_VERSION) and released from '$( CURRENT_BRANCH) '"
17
+ @echo " The next version of Cucumber-Scala will be $( NEW_VERSION) and released from '$( CURRENT_BRANCH) '"
18
18
@echo " "
19
19
.PHONY : version
20
20
21
- update-compatibility :
22
- MSG_VERSION=$$(mvn help:evaluate -Dexpression=messages.version -q -DforceStdout 2> /dev/null ) && \
23
- git clone --branch messages/v
$$ MSG_VERSION
[email protected] :cucumber/cucumber.git target/cucumber
24
- rm -rf compatibility/src/test/resources/*
25
- cp -r target/cucumber/compatibility-kit/javascript/features compatibility/src/test/resources
26
- rm -rf target/cucumber
27
- .PHONY : update-cck
28
-
29
21
update-dependency-versions :
30
22
mvn versions:force-releases
31
23
mvn versions:update-properties -DallowMajorUpdates=false -Dmaven.version.rules=" file://` pwd` /.m2/maven-version-rules.xml"
You can’t perform that action at this time.
0 commit comments