Skip to content

Commit

Permalink
Prepare 0.19.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Dec 29, 2022
1 parent 7ab5a3f commit 4e1698f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cucumber"
version = "0.19.0"
version = "0.19.1"
edition = "2021"
rust-version = "1.65"
description = """\
Expand Down
12 changes: 12 additions & 0 deletions codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion codegen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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."
Expand Down

0 comments on commit 4e1698f

Please sign in to comment.