-
Notifications
You must be signed in to change notification settings - Fork 8
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
Update to version 0.2.0 #22
Conversation
@@ -1,3 +1,3 @@ | |||
module InheritanceIntegerType | |||
VERSION = "0.1.3" | |||
VERSION = "0.2.0" |
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.
why the bump to 0.2.0
instead of say 0.1.4
?
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.
I thought it was because it is a more major change since this is dropping ruby 2.7 support.
Maybe breaking change is better wording than more major ;)
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.
Yup what @anthonyoconnorclio said. Ruby 3 vs 2.7 (we can argue semver if you like) I wanted it to be clear that if you want to change ruby versions its a clear minor version bump rather and a incremental patch level bump.
Easier to clarify in the docs too, IMO.
As the title states, version bump to separate the Ruby 3 supported version. In addition this drops Ruby v2.7 and ActiveRecord < 6.1 support in CI.