File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Version 3.0.0
2
- Release date: unreleased
2
+ Release date: 2018-04-05
3
3
4
4
### Changed
5
5
Original file line number Diff line number Diff line change 7
7
[ ![ Gitter] ( https://badges.gitter.im/Join%20Chat.svg )] ( https://gitter.im/jnicklas/capybara?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge )
8
8
9
9
** Note** You are viewing the README for the development version of Capybara. If you are using the current release version
10
- you can find the README at https://github.com/teamcapybara/capybara/blob/2.17_stable /README.md
10
+ you can find the README at https://github.com/teamcapybara/capybara/blob/3.0_stable /README.md
11
11
12
12
13
13
Capybara helps you test web applications by simulating how a real user would
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module Capybara
4
- VERSION = '3.0.0.rc2 ' . freeze
4
+ VERSION = '3.0.0' . freeze
5
5
end
You can’t perform that action at this time.
0 commit comments