Skip to content

Commit

Permalink
Prepare 0.20.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Dec 4, 2023
1 parent 6fedbb9 commit e50efb3
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ All user visible changes to `cucumber` crate will be documented in this file. Th



## [0.20.2] · 2023-12-04
[0.20.2]: /../../tree/v0.20.2

[Diff](/../../compare/v0.20.1...v0.20.2) | [Milestone](/../../milestone/27)

### Fixed

- Ignored verbosity when printing `World` on hook/background step failure. ([#313])

[#313]: /../../pull/313




## [0.20.1] · 2023-10-16
[0.20.1]: /../../tree/v0.20.1

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cucumber"
version = "0.20.1"
version = "0.20.2"
edition = "2021"
rust-version = "1.70"
description = """\
Expand Down Expand Up @@ -84,7 +84,7 @@ smart-default = "0.7.1"

# "macros" feature dependencies.
anyhow = { version = "1.0.58", optional = true }
cucumber-codegen = { version = "0.20.1", path = "./codegen", optional = true }
cucumber-codegen = { version = "=0.20.2", path = "./codegen", optional = true }
cucumber-expressions = { version = "0.3", features = ["into-regex"], optional = true }
inventory = { version = "0.3", optional = true }

Expand Down
12 changes: 12 additions & 0 deletions codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ All user visible changes to `cucumber-codegen` crate will be documented in this



## [0.20.2] · 2023-12-04
[0.20.2]: /../../tree/v0.20.2/codegen

[Milestone](/../../milestone/27)

### Version bump only

See `cucumber` crate [changelog](https://github.com/cucumber-rs/cucumber/blob/v0.20.2/CHANGELOG.md).




## [0.20.1] · 2023-10-16
[0.20.1]: /../../tree/v0.20.1/codegen

Expand Down
2 changes: 1 addition & 1 deletion codegen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cucumber-codegen"
version = "0.20.1" # should be the same as main crate version
version = "0.20.2" # should be the same as main crate version
edition = "2021"
rust-version = "1.70"
description = "Code generation for `cucumber` crate."
Expand Down

0 comments on commit e50efb3

Please sign in to comment.