geckodriver: Bump GeckoDriver to 0.10.0 and update Changelog

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 1c2ec08cf02d6fa25796781d281487afcb0f8f99

--HG--
extra : rebase_source : 8993edf4bc1e45c0fec0fe0c7fe73c5e52744fac
This commit is contained in:
AutomatedTester 2016-08-02 23:40:31 +01:00
Родитель 1d6e35b83f
Коммит 2f88395dc6
3 изменённых файлов: 6 добавлений и 4 удалений

Просмотреть файл

@ -2,13 +2,15 @@
All notable changes to this program is documented in this file.
## Unreleased
## 0.10.0 (2016-08-02)
### Changed
- Disable autofilling of forms by default by @mythsunwind
_ Replace argparse with clap for arguments parsing.
### Fixed
- Attempt to deploy a single file from Travis when making a release
- grammar fix in readme
## 0.9.0 (2016-06-30)

2
testing/geckodriver/Cargo.lock сгенерированный
Просмотреть файл

@ -1,6 +1,6 @@
[root]
name = "geckodriver"
version = "0.9.0"
version = "0.10.0"
dependencies = [
"clap 2.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
"env_logger 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",

Просмотреть файл

@ -1,6 +1,6 @@
[package]
name = "geckodriver"
version = "0.9.0"
version = "0.10.0"
authors = ["James Graham <james@hoppipolla.co.uk>"]
description = "Proxy for using WebDriver clients to interact with Gecko-based browsers."
repository = "https://github.com/jgraham/wires"
@ -22,4 +22,4 @@ zip = "0.1.16"
[dependencies.clap]
version = "2.9"
default-features = false
features = ["suggestions", "wrap_help"]
features = ["suggestions", "wrap_help"]