1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

Prepare for 3.33.0 release

This commit is contained in:
Thomas Walpole 2020-06-21 13:15:16 -07:00
parent b81aed55bb
commit 3c675c2c16
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
# Version 3.33.0 # Version 3.33.0
Release date: unreleased Release date: 2020-06-21
### Added ### Added

View file

@ -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) [![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 **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.32_stable/README.md you can find the README at https://github.com/teamcapybara/capybara/blob/3.33_stable/README.md
Capybara helps you test web applications by simulating how a real user would Capybara helps you test web applications by simulating how a real user would
interact with your app. It is agnostic about the driver running your tests and interact with your app. It is agnostic about the driver running your tests and

View file

@ -1,5 +1,5 @@
# frozen_string_literal: true # frozen_string_literal: true
module Capybara module Capybara
VERSION = '3.32.2' VERSION = '3.33.0'
end end