Prepare for 3.0.0.rc1 release

This commit is contained in:
Thomas Walpole 2018-03-02 09:35:44 -08:00
parent 7a42598196
commit 8e735d68a0
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
# Version 3.0.0
Release date: unreleased
# Version 3.0.0.rc1
Release date: 2018-03-02
### Added
* Support for libraries which want to wrap Capybara elements by providing a `#to_capybara_node` method
* Support for libraries wrapping Capybara elements and providing a `#to_capybara_node` method
### Changed

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Capybara
VERSION = '3.0.0.dev'.freeze
VERSION = '3.0.0.rc1'.freeze
end