Skip to content

Commit

Permalink
Up version to 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deanWombourne committed Aug 12, 2018
1 parent f70c0e8 commit ee3c69f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

### Unreleased

## 0.16.0
+ Pass arbitary object in/out of a step (thanks @ilyapuchka)

## 0.15.0
+ Automatically take screenshots of failing tests (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.15.0"
s.version = "0.16.0"
s.summary = "Gherkin style tests"
s.description = <<-DESC
Adds Gherkin syntax to XCTestCase
Expand Down

0 comments on commit ee3c69f

Please sign in to comment.