diff --git a/CHANGELOG.md b/CHANGELOG.md index ce1efd5..43a469b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 03aa68d..03b3889 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 \ @@ -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"