diff --git a/CHANGELOG.md b/CHANGELOG.md index c96403ca..254a56ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index a9c1d98e..022d9bb3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cucumber" -version = "0.14.1" +version = "0.14.2" edition = "2021" rust-version = "1.62" description = """\ diff --git a/codegen/CHANGELOG.md b/codegen/CHANGELOG.md index c9f97614..129033c1 100644 --- a/codegen/CHANGELOG.md +++ b/codegen/CHANGELOG.md @@ -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 diff --git a/codegen/Cargo.toml b/codegen/Cargo.toml index f7faad4f..d0460a04 100644 --- a/codegen/Cargo.toml +++ b/codegen/Cargo.toml @@ -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."