File tree 4 files changed +18
-4
lines changed
4 files changed +18
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ All user visible changes to `cucumber` crate will be documented in this file. Th
6
6
7
7
8
8
9
- ## [ 0.10.2] · ???
9
+ ## [ 0.10.2] · 2021-11-03
10
10
[ 0.10.2 ] : /../../tree/v0.10.2
11
11
12
12
[ Diff] ( /../../compare/v0.10.1...v0.10.2 ) | [ Milestone] ( /../../milestone/5 )
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cucumber"
3
- version = " 0.10.1 "
3
+ version = " 0.10.2 "
4
4
edition = " 2021"
5
5
rust-version = " 1.56"
6
6
description = """ \
@@ -49,7 +49,7 @@ sealed = "0.3"
49
49
structopt = " 0.3.25"
50
50
51
51
# "macros" feature dependencies
52
- cucumber-codegen = { version = " 0.10.1 " , path = " ./codegen" , optional = true }
52
+ cucumber-codegen = { version = " 0.10.2 " , path = " ./codegen" , optional = true }
53
53
inventory = { version = " 0.1.10" , optional = true }
54
54
55
55
[dev-dependencies ]
Original file line number Diff line number Diff line change @@ -6,6 +6,20 @@ All user visible changes to `cucumber-codegen` crate will be documented in this
6
6
7
7
8
8
9
+ ## [ 0.10.2] · 2021-11-03
10
+ [ 0.10.2 ] : /../../tree/v0.10.2/codegen
11
+
12
+ [ Milestone] ( /../../milestone/5 )
13
+
14
+ ### Added
15
+
16
+ - World's type name to the generated ` WorldInit ` machinery to omit conflicts for different types in the same module. ([ #150 ] )
17
+
18
+ [ #150 ] : /../../pull/150
19
+
20
+
21
+
22
+
9
23
## [ 0.10.1] · 2021-10-29
10
24
[ 0.10.1 ] : /../../tree/v0.10.1/codegen
11
25
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cucumber-codegen"
3
- version = " 0.10.1 " # should be the same as main crate version
3
+ version = " 0.10.2 " # should be the same as main crate version
4
4
edition = " 2021"
5
5
rust-version = " 1.56"
6
6
description = " Code generation for `cucumber` crate."
You can’t perform that action at this time.
0 commit comments