-
Notifications
You must be signed in to change notification settings - Fork 40
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
Upgrade to mongoid 9 #105
Upgrade to mongoid 9 #105
Conversation
Result of running
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Glad it works out of the box! Add to CI, https://github.com/mongoid/mongoid-locker/blob/master/.github/workflows/test.yml#L28, and CHANGELOG please?
Generated by 🚫 Danger |
@dblock Thanks for the review. Should we release this as a MAJOR or can we keep the next version as v2.0.3? |
fix rubocop fix readme update changelog: ' update change log, capture release version as 2.0.3 remove line in changelog
9184793
to
73837ad
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not a breaking change, so not 3.0, but let's bump version to 2.1.0 as part of this PR since it's a new feature.
CHANGELOG.md
Outdated
* [#102](https://github.com/mongoid/mongoid-locker/pull/102): Re-added danger, removed Travis-CI config, extracted RuboCop - [@dblock](https://github.com/dblock). | ||
* [#104](https://github.com/mongoid/mongoid-locker/pull/104): Fixed code coverage - [@dblock](https://github.com/dblock). | ||
* [#101](https://github.com/mongoid/mongoid-locker/pull/101): Replace the $where operator with the $expr operator - [@amanfrinati](https://github.com/amanfrinati). | ||
* Your contribution here. | ||
* [#105](https://github.com/mongoid/mongoid-locker/pull/105): Upgraded supported mongoid version to version 9.0 - [@saisrinivasan](https://github.com/SairamSrinivasan) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change to "Added support for Mongoid 9.0". Don't forget the period at the end or danger will complain.
Looks good, thank you. Will cut a release soon-ish unless someone beats me to it. Btw, lots of other mongoid- gems in this org could use similar help! |
I released 2.1.0. |
PR to upgrade monogid to v9 as it was just released: https://www.mongodb.com/docs/mongoid/master/release-notes/mongoid-9.0/