Skip to content

Commit 8e735d6

Browse files
committed
Prepare for 3.0.0.rc1 release
1 parent 7a42598 commit 8e735d6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

History.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Version 3.0.0
2-
Release date: unreleased
1+
# Version 3.0.0.rc1
2+
Release date: 2018-03-02
33

44
### Added
5-
* Support for libraries which want to wrap Capybara elements by providing a `#to_capybara_node` method
5+
* Support for libraries wrapping Capybara elements and providing a `#to_capybara_node` method
66

77
### Changed
88

lib/capybara/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Capybara
4-
VERSION = '3.0.0.dev'.freeze
4+
VERSION = '3.0.0.rc1'.freeze
55
end

0 commit comments

Comments
 (0)