diff --git a/CHANGELOG.md b/CHANGELOG.md index 370232a8..38f21be8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,10 @@ All user visible changes to `cucumber` crate will be documented in this file. Th -## [0.12.2] · 2022-??? +## [0.12.2] · 2022-03-28 [0.12.2]: /../../tree/v0.12.2 -[Diff](/../../compare/v0.12.1...v0.12.2) +[Diff](/../../compare/v0.12.1...v0.12.2) | [Milestone](/../../milestone/10) ### Changed @@ -25,7 +25,7 @@ All user visible changes to `cucumber` crate will be documented in this file. Th ## [0.12.1] · 2022-03-09 [0.12.1]: /../../tree/v0.12.1 -[Diff](/../../compare/v0.12.0...v0.12.1) +[Diff](/../../compare/v0.12.0...v0.12.1) | [Milestone](/../../milestone/11) ### Security updated diff --git a/Cargo.toml b/Cargo.toml index 9b662c3e..7c399123 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cucumber" -version = "0.12.1" +version = "0.12.2" edition = "2021" rust-version = "1.57" description = """\ diff --git a/codegen/CHANGELOG.md b/codegen/CHANGELOG.md index 1c7074ac..5b45abc3 100644 --- a/codegen/CHANGELOG.md +++ b/codegen/CHANGELOG.md @@ -6,9 +6,23 @@ All user visible changes to `cucumber-codegen` crate will be documented in this +## [0.12.2] · 2022-03-28 +[0.12.2]: /../../tree/v0.12.2/codegen + +[Milestone](/../../milestone/10) + +### Version bump only + +See `cucumber` crate [changelog](https://github.com/cucumber-rs/cucumber/blob/v0.12.2/CHANGELOG.md). + + + + ## [0.12.1] · 2022-03-09 [0.12.1]: /../../tree/v0.12.1/codegen +[Milestone](/../../milestone/11) + ### Security updated - `regex` crate to 1.5.5 version to fix [CVE-2022-24713]. diff --git a/codegen/Cargo.toml b/codegen/Cargo.toml index 2e34988e..2036a7c9 100644 --- a/codegen/Cargo.toml +++ b/codegen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cucumber-codegen" -version = "0.12.1" # should be the same as main crate version +version = "0.12.2" # should be the same as main crate version edition = "2021" rust-version = "1.57" description = "Code generation for `cucumber` crate."