Skip to content

Commit

Permalink
Prepare 0.14.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Sep 19, 2022
1 parent 186af8b commit b99c99a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@ All user visible changes to `cucumber` crate will be documented in this file. Th



## [0.14.2] · 2022-09-??
## [0.14.2] · 2022-09-19
[0.14.2]: /../../tree/v0.14.2

[Diff](/../../compare/v0.14.1...v0.14.2)

### Fixed

- `#[derive(World)]` macro being unhygienic regarding custom `Result` types.
- `#[derive(World)]` macro being unhygienic regarding custom `Result` types. ([186af8b1])

[186af8b1]: /../../commit/186af8b1de37275b308897e2e30d6982830b0278



Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cucumber"
version = "0.14.1"
version = "0.14.2"
edition = "2021"
rust-version = "1.62"
description = """\
Expand Down
6 changes: 4 additions & 2 deletions codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ All user visible changes to `cucumber-codegen` crate will be documented in this



## [0.14.2] · 2022-09-??
## [0.14.2] · 2022-09-19
[0.14.2]: /../../tree/v0.14.2/codegen

### Fixed

- `#[derive(World)]` macro being unhygienic regarding custom `Result` types.
- `#[derive(World)]` macro being unhygienic regarding custom `Result` types. ([186af8b1])

[186af8b1]: /../../commit/186af8b1de37275b308897e2e30d6982830b0278



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.14.1" # should be the same as main crate version
version = "0.14.2" # should be the same as main crate version
edition = "2021"
rust-version = "1.62"
description = "Code generation for `cucumber` crate."
Expand Down

0 comments on commit b99c99a

Please sign in to comment.