Skip to content

Commit

Permalink
Bump version to 5.0.0.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmire committed Mar 24, 2023
1 parent 6fc3ed4 commit 4edac03
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changelog

## 4.0.0 (2020-06-13)
## 5.0.0.rc1 - 2023-03-23

* `shoulda` now relies upon `shoulda-matchers` 5.x. You can find changes to
`shoulda-matchers` in its [changelog][shoulda-matchers-5-3-0-changelog].
* Support for Ruby < 3 and Rails < 6.1 have dropped as they are EOL.
* Support for Ruby 3.0, 3.1, and 3.2 as well as Rails 6.1 and 7.0 has been
added.

[shoulda-matchers-5-3-0-changelog]: https://github.com/thoughtbot/shoulda-matchers/blob/v5.3.0/CHANGELOG.md

## 4.0.0 - 2020-06-13

* `shoulda` now brings in `shoulda-context` 2.0.0, which adds compatibility for
Ruby 2.7, Rails 6.0, and shoulda-matchers 4.0! Note that there are some
Expand Down
2 changes: 1 addition & 1 deletion lib/shoulda/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Shoulda
VERSION = '4.0.0'.freeze
VERSION = '5.0.0.rc1'.freeze
end

0 comments on commit 4edac03

Please sign in to comment.