Skip to content

Commit

Permalink
Upgrade gherkin crate to 0.13 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Oct 24, 2022
1 parent de47f92 commit 4cad49f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ All user visible changes to `cucumber` crate will be documented in this file. Th



## [0.15.2] · 2022-10-??
[0.15.2]: /../../tree/v0.15.2

[Diff](/../../compare/v0.15.1...v0.15.2) | [Milestone](/../../milestone/17)

### Fixed

- Parsing error on a `Feature` having comment and tag simultaneously. ([cucumber-rs/gherkin#37], [cucumber-rs/gherkin#35])

[cucumber-rs/gherkin#35]: https://github.com/cucumber-rs/gherkin/issues/35
[cucumber-rs/gherkin#37]: https://github.com/cucumber-rs/gherkin/pull/37




## [0.15.1] · 2022-10-12
[0.15.1]: /../../tree/v0.15.1

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ derive_more = { version = "0.99.17", features = ["as_ref", "deref", "deref_mut",
drain_filter_polyfill = "0.1.2"
either = "1.6"
futures = "0.3.17"
gherkin = "0.12"
gherkin = "0.13"
globwalk = "0.8.1"
humantime = "2.1"
itertools = "0.10"
Expand Down

0 comments on commit 4cad49f

Please sign in to comment.