Skip to content

Commit

Permalink
Prepare for 3.11.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
twalpole committed Nov 14, 2018
1 parent 1ae1329 commit d1fc4b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Version 3.11.0
Release date: unreleased
Release date: 2018-11-14

### Added

* Ability for node filters to set detailed error messages
* `Capybara::HTML` Will use `nokogumbo` for HTML parsing if installed
* `Selector#locator_filter` added to allow for dynamic locator in selectors

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion lib/capybara/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Capybara
VERSION = '3.10.1'
VERSION = '3.11.0'
end

0 comments on commit d1fc4b2

Please sign in to comment.