File tree Expand file tree Collapse file tree 4 files changed +18
-4
lines changed
Expand file tree Collapse file tree 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
66
77
88
9- ## [ 0.10.2] · ???
9+ ## [ 0.10.2] · 2021-11-03
1010[ 0.10.2 ] : /../../tree/v0.10.2
1111
1212[ Diff] ( /../../compare/v0.10.1...v0.10.2 ) | [ Milestone] ( /../../milestone/5 )
Original file line number Diff line number Diff line change 11[package ]
22name = " cucumber"
3- version = " 0.10.1 "
3+ version = " 0.10.2 "
44edition = " 2021"
55rust-version = " 1.56"
66description = """ \
@@ -49,7 +49,7 @@ sealed = "0.3"
4949structopt = " 0.3.25"
5050
5151# "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 }
5353inventory = { version = " 0.1.10" , optional = true }
5454
5555[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
66
77
88
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+
923## [ 0.10.1] · 2021-10-29
1024[ 0.10.1 ] : /../../tree/v0.10.1/codegen
1125
Original file line number Diff line number Diff line change 11[package ]
22name = " 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
44edition = " 2021"
55rust-version = " 1.56"
66description = " Code generation for `cucumber` crate."
You can’t perform that action at this time.
0 commit comments