Skip to content

Commit

Permalink
bump version to 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kratob committed Dec 21, 2023
1 parent 60f0eab commit 06bab5e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.ruby266.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
spreewald (4.5.1)
spreewald (4.6.0)
capybara
cucumber
cucumber_priority (>= 0.3.0)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.ruby320.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
spreewald (4.5.1)
spreewald (4.6.0)
capybara
cucumber
cucumber_priority (>= 0.3.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/spreewald_support/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Spreewald
VERSION = '4.5.1'
VERSION = '4.6.0'
end
2 changes: 1 addition & 1 deletion tests/rails-7_capybara-3/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../..
specs:
spreewald (4.5.1)
spreewald (4.6.0)
capybara
cucumber
cucumber_priority (>= 0.3.0)
Expand Down

0 comments on commit 06bab5e

Please sign in to comment.