Skip to content

Commit

Permalink
Bump version to 4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FLeinzi committed Jun 10, 2022
1 parent e629b0a commit 66a560b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ 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.4.1
- Fix deprecation warning for `ActiveRecord::Base.default_timezone` when running with Rails 7.0 ([#191])
- Fix deprecation warning for using keyword arguments as last argument when running with ruby 2.7 ([#192])

## 4.4.0
- Add support for Rails 7.0

## 4.3.6
- Use capybara's `make_visible` [option](https://github.com/teamcapybara/capybara/blob/0468de5a810aae75ab9de20447e246c5c35473f0/lib/capybara/node/actions.rb#L279) in step `I attach the file "..." to "..."`
- This will make CSS-Hacks like setting the opacity in tests obsolete
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ You can find a list of all contained steps at the end of this README.

## Supported versions

Spreewald is currently tested against and Ruby 2.6.6 and 3.0.0 with Rails 6 and Capybara 3.
Spreewald is currently tested against and Ruby 2.6.6 and 3.0.0 with Rails 7 and Capybara 3.

## Installation

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.4.0'
VERSION = '4.4.1'
end

0 comments on commit 66a560b

Please sign in to comment.