Skip to content

Commit

Permalink
Bump GeckoDriver to 0.10.0 and update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed Aug 2, 2016
1 parent 076e752 commit 1c2ec08
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGES.md
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
@@ -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"
Expand All @@ -22,4 +22,4 @@ zip = "0.1.16"
[dependencies.clap]
version = "2.9"
default-features = false
features = ["suggestions", "wrap_help"]
features = ["suggestions", "wrap_help"]

0 comments on commit 1c2ec08

Please sign in to comment.