Skip to content

Commit

Permalink
Prepare 0.20.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Oct 16, 2023
1 parent 169fcff commit a6f59d6
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ All user visible changes to `cucumber` crate will be documented in this file. Th



## [0.21.0] · 2023-??-?? (unreleased)
[0.21.0]: /../../tree/v0.21.0
## [0.20.1] · 2023-10-16
[0.20.1]: /../../tree/v0.20.1

[Diff](/../../compare/v0.20.0...v0.21.0) | [Milestone](/../../milestone/25)
[Diff](/../../compare/v0.20.0...v0.20.1) | [Milestone](/../../milestone/25)

### Fixed

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.0"
version = "0.20.1"
edition = "2021"
rust-version = "1.70"
description = """\
Expand Down Expand Up @@ -62,7 +62,7 @@ smart-default = "0.7.1"

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

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.20.1] · 2023-10-16
[0.20.1]: /../../tree/v0.20.1/codegen

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

### Version bump only

See `cucumber` crate [changelog](https://github.com/cucumber-rs/cucumber/blob/v0.20.1/CHANGELOG.md).




## [0.20.0] · 2023-07-10
[0.20.0]: /../../tree/v0.20.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.20.0" # should be the same as main crate version
version = "0.20.1" # should be the same as main crate version
edition = "2021"
rust-version = "1.70"
description = "Code generation for `cucumber` crate."
Expand Down

0 comments on commit a6f59d6

Please sign in to comment.