File tree Expand file tree Collapse file tree 5 files changed +19
-7
lines changed Expand file tree Collapse file tree 5 files changed +19
-7
lines changed Original file line number Diff line number Diff line change 77 pull_request :
88 branches : ["main"]
99
10- env :
11- RUST_BACKTRACE : 1
12-
1310concurrency :
1411 group : ${{ github.workflow }}-${{ github.ref }}
1512 cancel-in-progress : true
1613
14+ env :
15+ RUST_BACKTRACE : 1
16+
1717jobs :
1818
1919 # #########################
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.11.2] · 2022-01-??
9+ ## [ 0.11.2] · 2022-01-19
1010[ 0.11.2 ] : /../../tree/v0.11.2
1111
1212[ Diff] ( /../../compare/v0.11.1...v0.11.2 ) | [ Milestone] ( /../../milestone/7 )
Original file line number Diff line number Diff line change 11[package ]
22name = " cucumber"
3- version = " 0.11.1 "
3+ version = " 0.11.2 "
44edition = " 2021"
55rust-version = " 1.57"
66description = """ \
@@ -54,7 +54,7 @@ sealed = "0.3"
5454
5555# "macros" feature dependencies.
5656cucumber-codegen = { version = " 0.11" , path = " ./codegen" , optional = true }
57- cucumber-expressions = { version = " 0.1.0 " , features = [" into-regex" ], optional = true }
57+ cucumber-expressions = { version = " 0.1" , features = [" into-regex" ], optional = true }
5858inventory = { version = " 0.2" , optional = true }
5959
6060# "output-json" feature dependencies.
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.11.2] · 2022-01-19
10+ [ 0.11.2 ] : /../../tree/v0.11.2/codegen
11+
12+ [ Milestone] ( /../../milestone/7 )
13+
14+ ### Version bump only
15+
16+ See ` cucumber ` crate [ changelog] ( https://github.com/cucumber-rs/cucumber/blob/v0.11.2/CHANGELOG.md ) .
17+
18+
19+
20+
921## [ 0.11.1] · 2022-01-07
1022[ 0.11.1 ] : /../../tree/v0.11.1/codegen
1123
Original file line number Diff line number Diff line change 11[package ]
22name = " cucumber-codegen"
3- version = " 0.11.1 " # should be the same as main crate version
3+ version = " 0.11.2 " # should be the same as main crate version
44edition = " 2021"
55rust-version = " 1.57"
66description = " Code generation for `cucumber` crate."
You can’t perform that action at this time.
0 commit comments