Skip to content

Commit

Permalink
Prepare 0.12.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Mar 28, 2022
1 parent 2abad00 commit f4aaa4d
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 5 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.12.2] · 2022-???
## [0.12.2] · 2022-03-28
[0.12.2]: /../../tree/v0.12.2

[Diff](/../../compare/v0.12.1...v0.12.2)
[Diff](/../../compare/v0.12.1...v0.12.2) | [Milestone](/../../milestone/10)

### Changed

Expand All @@ -25,7 +25,7 @@ All user visible changes to `cucumber` crate will be documented in this file. Th
## [0.12.1] · 2022-03-09
[0.12.1]: /../../tree/v0.12.1

[Diff](/../../compare/v0.12.0...v0.12.1)
[Diff](/../../compare/v0.12.0...v0.12.1) | [Milestone](/../../milestone/11)

### Security updated

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.12.1"
version = "0.12.2"
edition = "2021"
rust-version = "1.57"
description = """\
Expand Down
14 changes: 14 additions & 0 deletions codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,23 @@ All user visible changes to `cucumber-codegen` crate will be documented in this



## [0.12.2] · 2022-03-28
[0.12.2]: /../../tree/v0.12.2/codegen

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

### Version bump only

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




## [0.12.1] · 2022-03-09
[0.12.1]: /../../tree/v0.12.1/codegen

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

### Security updated

- `regex` crate to 1.5.5 version to fix [CVE-2022-24713].
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.12.1" # should be the same as main crate version
version = "0.12.2" # should be the same as main crate version
edition = "2021"
rust-version = "1.57"
description = "Code generation for `cucumber` crate."
Expand Down

0 comments on commit f4aaa4d

Please sign in to comment.