Skip to content

Commit

Permalink
Up version to 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deanWombourne committed Sep 26, 2018
1 parent 291f14b commit 41226e4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

### Unreleased

## 0.17.0 (all @ilyapuchka)
+ Xcode 10 support
+ Support for named matches
+ Add descriptions to feature files
+ Improvements to logging
+ Feature file localisation support
+ Highlight correct lien in feature files for failing tests
+ Track unused steps
+ Introduce PageObject

## 0.16.0
+ Pass arbitary object in/out of a step (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.16.0"
s.version = "0.17.0"
s.summary = "Gherkin style tests"
s.description = <<-DESC
Adds Gherkin syntax to XCTestCase
Expand Down

0 comments on commit 41226e4

Please sign in to comment.