Skip to content

Commit

Permalink
Prepare 0.21.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Apr 22, 2024
1 parent eaf9351 commit c0e50e3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.21.0] · 2024-??-?? (unreleased)
## [0.21.0] · 2024-04-22
[0.21.0]: /../../tree/v0.21.0

[Diff](/../../compare/v0.20.2...v0.21.0) | [Milestone](/../../milestone/26)
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cucumber"
version = "0.20.2"
version = "0.21.0"
edition = "2021"
rust-version = "1.75"
description = """\
Expand Down Expand Up @@ -83,7 +83,7 @@ smart-default = "0.7.1"

# "macros" feature dependencies.
anyhow = { version = "1.0.58", optional = true }
cucumber-codegen = { version = "=0.20.2", path = "./codegen", optional = true }
cucumber-codegen = { version = "=0.21.0", path = "./codegen", optional = true }
cucumber-expressions = { version = "0.3", features = ["into-regex"], optional = true }
inventory = { version = "0.3", optional = true }

Expand Down
4 changes: 2 additions & 2 deletions codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ All user visible changes to `cucumber-codegen` crate will be documented in this



## [0.21.0] · 2024-??-?? (unreleased)
[0.21.0]: /../../tree/v0.20.0/codegen
## [0.21.0] · 2024-04-22
[0.21.0]: /../../tree/v0.21.0/codegen

[Milestone](/../../milestone/26)

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.20.2" # should be the same as main crate version
version = "0.21.0" # should be the same as main crate version
edition = "2021"
rust-version = "1.75"
description = "Code generation for `cucumber` crate."
Expand Down

0 comments on commit c0e50e3

Please sign in to comment.