From 23e0a6b27c1228e6cdbc907178a2d01b8b49ef39 Mon Sep 17 00:00:00 2001 From: Tobias Kraze Date: Tue, 5 Dec 2023 17:21:38 +0100 Subject: [PATCH] bump version to 4.6.0 --- CHANGELOG.md | 6 ++++++ Gemfile.ruby266.lock | 2 +- Gemfile.ruby320.lock | 2 +- lib/spreewald_support/version.rb | 2 +- tests/rails-7_capybara-3/Gemfile.lock | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cb1abf..8ab3533 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## 4.6.0 +- Spreewald now explicitly depends on Capybara. We don't expect anyone used it without Capybara in the first place. +- Changes to "the ... field should (not) have (an error|the error ...)" step: + - fixed an edgecases where errors were nested deeper inside a .field_with_errors element + - significant speed-up in most situations + ## 4.5.1 - Make `I should see an element for` and `I click on the element for` compatible for Ruby 3.0. ([#204](https://github.com/makandra/spreewald/issues/204)) diff --git a/Gemfile.ruby266.lock b/Gemfile.ruby266.lock index b3608f8..91fbc41 100644 --- a/Gemfile.ruby266.lock +++ b/Gemfile.ruby266.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - spreewald (4.5.1) + spreewald (4.6.0) capybara cucumber cucumber_priority (>= 0.3.0) diff --git a/Gemfile.ruby320.lock b/Gemfile.ruby320.lock index b567662..100019a 100644 --- a/Gemfile.ruby320.lock +++ b/Gemfile.ruby320.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - spreewald (4.5.1) + spreewald (4.6.0) capybara cucumber cucumber_priority (>= 0.3.0) diff --git a/lib/spreewald_support/version.rb b/lib/spreewald_support/version.rb index 21f2034..3a2ac62 100644 --- a/lib/spreewald_support/version.rb +++ b/lib/spreewald_support/version.rb @@ -1,3 +1,3 @@ module Spreewald - VERSION = '4.5.1' + VERSION = '4.6.0' end diff --git a/tests/rails-7_capybara-3/Gemfile.lock b/tests/rails-7_capybara-3/Gemfile.lock index e0ed646..b1a3d36 100644 --- a/tests/rails-7_capybara-3/Gemfile.lock +++ b/tests/rails-7_capybara-3/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: ../.. specs: - spreewald (4.5.1) + spreewald (4.6.0) capybara cucumber cucumber_priority (>= 0.3.0)