Skip to content

Commit

Permalink
Up version to 0.18.0 and set changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
deanWombourne committed Oct 31, 2018
1 parent 95a8302 commit 68dad02
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion XCTest-Gherkin.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 68dad02

Please sign in to comment.