From 68dad02812c0c7256df465cc0ddeb520286eb2f6 Mon Sep 17 00:00:00 2001 From: Sam Dean Date: Wed, 31 Oct 2018 21:31:07 +0000 Subject: [PATCH] Up version to 0.18.0 and set changelog --- CHANGELOG.md | 5 ++++- XCTest-Gherkin.podspec | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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