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

Prepare for 3.2.1 release

This commit is contained in:
Thomas Walpole 2018-06-04 09:10:41 -07:00
parent 979b07b771
commit 0a276d84cb
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,11 @@
# Version 3.2.1
Release date: 2018-06-04
### Fixes
* Only split CSS selectors when :class or :id options are given. Restores 3.1.1 functionality for now but the underlying issue
will require a larger fix, hopefully coming soon. - Issue #2044 [Thomas Walpole]
# Version 3.2.0
Release date: 2018-06-01

View file

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