From 4e1698fffb78426cf472fc6918bcddee9253cd22 Mon Sep 17 00:00:00 2001 From: tyranron Date: Thu, 29 Dec 2022 13:28:13 +0100 Subject: [PATCH] Prepare 0.19.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 a0338f6b..39b386c1 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.19.1] · 2022-12-?? +## [0.19.1] · 2022-12-29 [0.19.1]: /../../tree/v0.19.1 [Diff](/../../compare/v0.19.0...v0.19.1) | [Milestone](/../../milestone/23) diff --git a/Cargo.toml b/Cargo.toml index f3ad75c2..b99d4e5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cucumber" -version = "0.19.0" +version = "0.19.1" edition = "2021" rust-version = "1.65" description = """\ diff --git a/codegen/CHANGELOG.md b/codegen/CHANGELOG.md index de28e16b..09808770 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.19.1] · 2022-12-29 +[0.19.1]: /../../tree/v0.19.1/codegen + +[Milestone](/../../milestone/23) + +### Version bump only + +See `cucumber` crate [changelog](https://github.com/cucumber-rs/cucumber/blob/v0.19.1/CHANGELOG.md). + + + + ## [0.19.0] · 2022-12-07 [0.19.0]: /../../tree/v0.19.0/codegen diff --git a/codegen/Cargo.toml b/codegen/Cargo.toml index 2575360b..9e4545ce 100644 --- a/codegen/Cargo.toml +++ b/codegen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cucumber-codegen" -version = "0.19.0" # should be the same as main crate version +version = "0.19.1" # should be the same as main crate version edition = "2021" rust-version = "1.65" description = "Code generation for `cucumber` crate."