Skip to content
This repository was archived by the owner on Mar 3, 2020. It is now read-only.

Commit 77fdac4

Browse files
committed
Update version and news
1 parent aecaa45 commit 77fdac4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

NEWS.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
New for 1.15.1:
2+
3+
* Fix build for macOS 10.13/Xcode 10
4+
15
New for 1.15.0:
26

37
* Fire events on select when options is within an optgroup

lib/capybara/webkit/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Capybara
22
module Driver
33
class Webkit
4-
VERSION = "1.15.0".freeze
4+
VERSION = "1.15.1".freeze
55
end
66
end
77
end

0 commit comments

Comments
 (0)