diff --git a/CHANGELOG.md b/CHANGELOG.md index 03761d8..659717c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ # XCTest-Gherkin changelog ### Unreleased -+ Add `step(exactly: String)` to explicitly exactly match a step instead of using regexes + +## 0.18.0 ++ Add `step(exactly: String)` to explicitly exactly match a step instead of using regexes (fixes #142) ++ Add regex options to step definitions (thanks @ilyapuchka) ### 0.17.1 + fix for name property on PageObject (thanks @ilyapuchka) diff --git a/XCTest-Gherkin.podspec b/XCTest-Gherkin.podspec index d8047b0..14c61c1 100644 --- a/XCTest-Gherkin.podspec +++ b/XCTest-Gherkin.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = "XCTest-Gherkin" - s.version = "0.17.1" + s.version = "0.18.0" s.summary = "Gherkin style tests" s.description = <<-DESC Adds Gherkin syntax to XCTestCase