From e5211b7ddb62acaf05ae7a19c076180d32c82075 Mon Sep 17 00:00:00 2001 From: tyranron Date: Tue, 25 Oct 2022 13:00:48 +0200 Subject: [PATCH] Prepare 0.15.2 release --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- codegen/CHANGELOG.md | 12 ++++++++++++ codegen/Cargo.toml | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42edfd73..a3896e9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ All user visible changes to `cucumber` crate will be documented in this file. Th -## [0.15.2] · 2022-10-?? +## [0.15.2] · 2022-10-25 [0.15.2]: /../../tree/v0.15.2 [Diff](/../../compare/v0.15.1...v0.15.2) | [Milestone](/../../milestone/17) diff --git a/Cargo.toml b/Cargo.toml index 8b25c453..ac302b07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cucumber" -version = "0.15.1" +version = "0.15.2" edition = "2021" rust-version = "1.62" description = """\ diff --git a/codegen/CHANGELOG.md b/codegen/CHANGELOG.md index c82d098c..9faab5eb 100644 --- a/codegen/CHANGELOG.md +++ b/codegen/CHANGELOG.md @@ -6,6 +6,18 @@ All user visible changes to `cucumber-codegen` crate will be documented in this +## [0.15.2] · 2022-10-25 +[0.15.2]: /../../tree/v0.15.2/codegen + +[Milestone](/../../milestone/17) + +### Version bump only + +See `cucumber` crate [changelog](https://github.com/cucumber-rs/cucumber/blob/v0.15.2/CHANGELOG.md). + + + + ## [0.15.1] · 2022-10-12 [0.15.1]: /../../tree/v0.15.1/codegen diff --git a/codegen/Cargo.toml b/codegen/Cargo.toml index 308cb883..75193c9a 100644 --- a/codegen/Cargo.toml +++ b/codegen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cucumber-codegen" -version = "0.15.1" # should be the same as main crate version +version = "0.15.2" # should be the same as main crate version edition = "2021" rust-version = "1.62" description = "Code generation for `cucumber` crate."