Skip to content

Commit 7b78a6f

Browse files
committed
Prepare 0.11.3 release
1 parent eecf339 commit 7b78a6f

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cucumber"
3-
version = "0.11.2"
3+
version = "0.11.3"
44
edition = "2021"
55
rust-version = "1.57"
66
description = """\

codegen/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ All user visible changes to `cucumber-codegen` crate will be documented in this
66

77

88

9+
## [0.11.3] · 2022-01-31
10+
[0.11.3]: /../../tree/v0.11.3/codegen
11+
12+
[Milestone](/../../milestone/8)
13+
14+
### Version bump only
15+
16+
See `cucumber` crate [changelog](https://github.com/cucumber-rs/cucumber/blob/v0.11.3/CHANGELOG.md).
17+
18+
19+
20+
921
## [0.11.2] · 2022-01-19
1022
[0.11.2]: /../../tree/v0.11.2/codegen
1123

codegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cucumber-codegen"
3-
version = "0.11.2" # should be the same as main crate version
3+
version = "0.11.3" # should be the same as main crate version
44
edition = "2021"
55
rust-version = "1.57"
66
description = "Code generation for `cucumber` crate."

0 commit comments

Comments
 (0)