File tree Expand file tree Collapse file tree 4 files changed +29
-3
lines changed Expand file tree Collapse file tree 4 files changed +29
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,20 @@ All user visible changes to `cucumber` crate will be documented in this file. Th
66
77
88
9+ ## [ 0.20.2] · 2023-12-04
10+ [ 0.20.2 ] : /../../tree/v0.20.2
11+
12+ [ Diff] ( /../../compare/v0.20.1...v0.20.2 ) | [ Milestone] ( /../../milestone/27 )
13+
14+ ### Fixed
15+
16+ - Ignored verbosity when printing ` World ` on hook/background step failure. ([ #313 ] )
17+
18+ [ #313 ] : /../../pull/313
19+
20+
21+
22+
923## [ 0.20.1] · 2023-10-16
1024[ 0.20.1 ] : /../../tree/v0.20.1
1125
Original file line number Diff line number Diff line change 11[package ]
22name = " cucumber"
3- version = " 0.20.1 "
3+ version = " 0.20.2 "
44edition = " 2021"
55rust-version = " 1.70"
66description = """ \
@@ -84,7 +84,7 @@ smart-default = "0.7.1"
8484
8585# "macros" feature dependencies.
8686anyhow = { version = " 1.0.58" , optional = true }
87- cucumber-codegen = { version = " 0.20.1 " , path = " ./codegen" , optional = true }
87+ cucumber-codegen = { version = " = 0.20.2 " , path = " ./codegen" , optional = true }
8888cucumber-expressions = { version = " 0.3" , features = [" into-regex" ], optional = true }
8989inventory = { version = " 0.3" , optional = true }
9090
Original file line number Diff line number Diff line change @@ -6,6 +6,18 @@ All user visible changes to `cucumber-codegen` crate will be documented in this
66
77
88
9+ ## [ 0.20.2] · 2023-12-04
10+ [ 0.20.2 ] : /../../tree/v0.20.2/codegen
11+
12+ [ Milestone] ( /../../milestone/27 )
13+
14+ ### Version bump only
15+
16+ See ` cucumber ` crate [ changelog] ( https://github.com/cucumber-rs/cucumber/blob/v0.20.2/CHANGELOG.md ) .
17+
18+
19+
20+
921## [ 0.20.1] · 2023-10-16
1022[ 0.20.1 ] : /../../tree/v0.20.1/codegen
1123
Original file line number Diff line number Diff line change 11[package ]
22name = " cucumber-codegen"
3- version = " 0.20.1 " # should be the same as main crate version
3+ version = " 0.20.2 " # should be the same as main crate version
44edition = " 2021"
55rust-version = " 1.70"
66description = " Code generation for `cucumber` crate."
You can’t perform that action at this time.
0 commit comments