mirror of
https://github.com/thoughtbot/capybara-webkit
synced 2023-03-27 23:22:28 -04:00
Release capybara-webkit 1.10.1
This commit is contained in:
parent
01f5202e1b
commit
cd658f179b
2 changed files with 5 additions and 1 deletions
4
NEWS.md
4
NEWS.md
|
@ -1,3 +1,7 @@
|
|||
New for 1.10.1:
|
||||
|
||||
* Pass default Server to Connection when not user provided
|
||||
|
||||
New for 1.10.0:
|
||||
|
||||
* Capybara 2.7 compatibility
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
module Capybara
|
||||
module Driver
|
||||
class Webkit
|
||||
VERSION = "1.10.0".freeze
|
||||
VERSION = "1.10.1".freeze
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue