Skip to content

Commit e3a4887

Browse files
committed
Prepare 0.21.1 release
1 parent 3b526f2 commit e3a4887

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ All user visible changes to `cucumber` crate will be documented in this file. Th
66

77

88

9-
## [0.21.1] · 2024-06-?? (unreleased)
9+
## [0.21.1] · 2024-06-16
1010
[0.21.1]: /../../tree/v0.21.1
1111

12-
[Diff](/../../compare/v0.21.0...v0.21.1)
12+
[Diff](/../../compare/v0.21.0...v0.21.1) | [Milestone](/../../milestone/29)
1313

1414
### Fixed
1515

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cucumber"
3-
version = "0.21.0"
3+
version = "0.21.1"
44
edition = "2021"
55
rust-version = "1.75"
66
description = """\
@@ -83,7 +83,7 @@ smart-default = "0.7.1"
8383

8484
# "macros" feature dependencies.
8585
anyhow = { version = "1.0.58", optional = true }
86-
cucumber-codegen = { version = "=0.21.0", path = "./codegen", optional = true }
86+
cucumber-codegen = { version = "=0.21.1", path = "./codegen", optional = true }
8787
cucumber-expressions = { version = "0.3", features = ["into-regex"], optional = true }
8888
inventory = { version = "0.3", optional = true }
8989

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.21.1] · 2024-06-16
10+
[0.21.1]: /../../tree/v0.21.1/codegen
11+
12+
[Milestone](/../../milestone/29)
13+
14+
### Version bump only
15+
16+
See `cucumber` crate [changelog](https://github.com/cucumber-rs/cucumber/blob/v0.21.1/CHANGELOG.md).
17+
18+
19+
20+
921
## [0.21.0] · 2024-04-22
1022
[0.21.0]: /../../tree/v0.21.0/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.21.0" # should be the same as main crate version
3+
version = "0.21.1" # should be the same as main crate version
44
edition = "2021"
55
rust-version = "1.75"
66
description = "Code generation for `cucumber` crate."

0 commit comments

Comments
 (0)