Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v5.0.0.rc1 #1443

Merged
merged 1 commit into from Jun 4, 2021
Merged

Release v5.0.0.rc1 #1443

merged 1 commit into from Jun 4, 2021

Conversation

vsppedro
Copy link
Collaborator

@vsppedro vsppedro commented Jun 4, 2021

Bug fixes

  • Replace in?, method from ActiveSupport, with include? to prevent exception "undefined method in?" on non-Rails app. (#1405)

Features

  • Add support for Rails 6.1. No new Rails 6.1 features are supported, but only
    existing features that broke with the upgrade. (#1418)

  • Add support for RVM (Ruby Version Manager) to setting up local environment. (#1424)

  • Add support for alias in matcher define_enum. (#1419)

  • Add support for Ruby 3.0. (#1406, #1427)

Backward-incompatible changes

  • Drop support for Rails 4.2, 5.0 and 5.1 as well as Ruby 2.4 and 2.5
    they've been end-of-lifed. The gem now supports Ruby 2.6+ and Rails 5.2+.(#1412, #1415, #1422, #1428, #1429)

  • Remove deprecated matchers: use_before_filter, use_after_filter, use_around_filter and allow_mass_assignment_of. (#1430, #1431)

@vsppedro vsppedro changed the title Release v5.0.0 Release v5.0.0.rc1 Jun 4, 2021
CHANGELOG.md Outdated
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 5.0.0 - 2021-06-04
Copy link
Collaborator

@mcmire mcmire Jun 4, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just noticed you changed the version to rc1 — should this header be changed too? (oh you might be working on this, ha)

Copy link
Collaborator Author

@vsppedro vsppedro Jun 4, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oosp, I will do that ASAP. Thanks for taking a look at this PR.

I'm thinking about releasing this version today.

Copy link
Collaborator

@mcmire mcmire left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me! Let's do it 🤞🏻🤞🏻🤞🏻

@vsppedro vsppedro merged commit b3c7923 into master Jun 4, 2021
@vsppedro vsppedro deleted the release/5.0.0 branch June 4, 2021 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants