From 4bc8101afc664d15ddafc8ea11ec262fd9258365 Mon Sep 17 00:00:00 2001 From: Thomas Walpole Date: Fri, 24 May 2019 13:17:32 -0700 Subject: [PATCH] Prepare for 3.21.0 release --- History.md | 4 ++-- README.md | 2 +- lib/capybara/version.rb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/History.md b/History.md index 7538bcf4..cea16c2f 100644 --- a/History.md +++ b/History.md @@ -1,12 +1,12 @@ # Version 3.21.0 -Release date: unreleased +Release date: 2019-05-24 ### Added * Element#drop - Chrome and Firefox, via the selenium driver, support dropping files/data on elements -* Documentation Updates and Fixes - Many thanks to Masafumi Koba! [Masafumi Koba] * Default CSS used for `attach_file` `make_visible: true` now includes auto for height and width to handle more ways of hiding the file input element +* Documentation Updates and Fixes - Many thanks to Masafumi Koba! [Masafumi Koba] ### Changed diff --git a/README.md b/README.md index 15f927fb..6300e011 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [![SemVer](https://api.dependabot.com/badges/compatibility_score?dependency-name=capybara&package-manager=bundler&version-scheme=semver)](https://dependabot.com/compatibility-score.html?dependency-name=capybara&package-manager=bundler&version-scheme=semver) **Note** You are viewing the README for the development version of Capybara. If you are using the current release version -you can find the README at https://github.com/teamcapybara/capybara/blob/3.20_stable/README.md +you can find the README at https://github.com/teamcapybara/capybara/blob/3.21_stable/README.md Capybara helps you test web applications by simulating how a real user would diff --git a/lib/capybara/version.rb b/lib/capybara/version.rb index 3847571b..7f057efd 100644 --- a/lib/capybara/version.rb +++ b/lib/capybara/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Capybara - VERSION = '3.20.2' + VERSION = '3.21.0' end