Skip to content

Commit e50efb3

Browse files
committed
Prepare 0.20.2 release
1 parent 6fedbb9 commit e50efb3

File tree

4 files changed

+29
-3
lines changed

4 files changed

+29
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cucumber"
3-
version = "0.20.1"
3+
version = "0.20.2"
44
edition = "2021"
55
rust-version = "1.70"
66
description = """\
@@ -84,7 +84,7 @@ smart-default = "0.7.1"
8484

8585
# "macros" feature dependencies.
8686
anyhow = { 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 }
8888
cucumber-expressions = { version = "0.3", features = ["into-regex"], optional = true }
8989
inventory = { version = "0.3", optional = true }
9090

codegen/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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

codegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "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
44
edition = "2021"
55
rust-version = "1.70"
66
description = "Code generation for `cucumber` crate."

0 commit comments

Comments
 (0)