From 200661c23948d5d47eb39ec041a89572ff1fb5f0 Mon Sep 17 00:00:00 2001 From: Thomas Walpole Date: Tue, 24 Dec 2019 18:05:06 -0800 Subject: [PATCH] Update prep for 3.30 release --- History.md | 2 +- README.md | 2 +- lib/capybara/version.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/History.md b/History.md index 29e312cf..69ce2d2b 100644 --- a/History.md +++ b/History.md @@ -1,5 +1,5 @@ # Version 3.30.0 -Release date: unreleased +Release date: 2019-12-24 ### Added diff --git a/README.md b/README.md index 9effa6c7..ffa1b628 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.29_stable/README.md +you can find the README at https://github.com/teamcapybara/capybara/blob/3.30_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 961e2329..247f8cde 100644 --- a/lib/capybara/version.rb +++ b/lib/capybara/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Capybara - VERSION = '3.29.0' + VERSION = '3.30.0' end