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

Update to version 0.2.0 #22

Merged
merged 4 commits into from
Jun 12, 2024
Merged

Update to version 0.2.0 #22

merged 4 commits into from
Jun 12, 2024

Conversation

peerkleio
Copy link
Contributor

@peerkleio peerkleio commented Jun 11, 2024

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.

@peerkleio peerkleio changed the title Bump to version 0.2.0 Update to version 0.2.0 Jun 11, 2024
@@ -1,3 +1,3 @@
module InheritanceIntegerType
VERSION = "0.1.3"
VERSION = "0.2.0"

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?

Copy link

@anthonyoconnorclio anthonyoconnorclio Jun 11, 2024

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 ;)

Copy link
Contributor Author

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.

@peerkleio peerkleio merged commit 0e7dcb2 into master Jun 12, 2024
6 checks passed
@peerkleio peerkleio deleted the version-0.2.0 branch June 12, 2024 14:39
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.

3 participants