From de47f923fd3127d228932c6ec82afd02a46202b0 Mon Sep 17 00:00:00 2001 From: tyranron Date: Wed, 12 Oct 2022 18:40:40 +0300 Subject: [PATCH] Prepare 0.15.1 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 03e25e85..709d56e0 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.1] · 2022-10-?? +## [0.15.1] · 2022-10-12 [0.15.1]: /../../tree/v0.15.1 [Diff](/../../compare/v0.15.0...v0.15.1) | [Milestone](/../../milestone/16) diff --git a/Cargo.toml b/Cargo.toml index 311abc14..db08427f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cucumber" -version = "0.15.0" +version = "0.15.1" edition = "2021" rust-version = "1.62" description = """\ diff --git a/codegen/CHANGELOG.md b/codegen/CHANGELOG.md index cbcd7dee..c82d098c 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.1] · 2022-10-12 +[0.15.1]: /../../tree/v0.15.1/codegen + +[Milestone](/../../milestone/16) + +### Version bump only + +See `cucumber` crate [changelog](https://github.com/cucumber-rs/cucumber/blob/v0.15.1/CHANGELOG.md). + + + + ## [0.15.0] · 2022-10-05 [0.15.0]: /../../tree/v0.15.0/codegen diff --git a/codegen/Cargo.toml b/codegen/Cargo.toml index 0e92584e..308cb883 100644 --- a/codegen/Cargo.toml +++ b/codegen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cucumber-codegen" -version = "0.15.0" # should be the same as main crate version +version = "0.15.1" # should be the same as main crate version edition = "2021" rust-version = "1.62" description = "Code generation for `cucumber` crate."