Skip to content

Commit

Permalink
Prepare 0.12.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Mar 28, 2022
1 parent b19fa8d commit 456fb41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ All user visible changes to `gherkin` crate will be documented in this file. Thi



## [0.12.0] · 2022-??-??
## [0.12.0] · 2022-03-28
[0.12.0]: /../../tree/v0.12.0

[Diff](/../../compare/v0.11.2...v0.12.0)
[Diff](/../../compare/v0.11.2...v0.12.0) | [Milestone](/../../milestone/2)

### BC Breaks

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 = "gherkin"
version = "0.11.2"
version = "0.12.0"
edition = "2018"
description = """\
Pure Rust implementation of Gherkin language (`.feature` file) for \
Expand Down Expand Up @@ -48,7 +48,7 @@ syn = "1.0"

[dev-dependencies]
async-trait = "0.1.40"
cucumber = "0.11"
cucumber = "0.12"
futures = "0.3.5"
serde_json = "1.0.78"

Expand Down

0 comments on commit 456fb41

Please sign in to comment.