-
Notifications
You must be signed in to change notification settings - Fork 4
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
Wrong version conventions #19
Comments
Hi @mfbmina, we actually had some feedback in the opposite direction and changed it. The truth is pre-1.0.0 there aren't a lot of rules :) From our experience most library authors treat |
Hello! I assume that I did not read the mysql release tag before creating this ticket. So, how Depfu see the diferences between major, minor and patch> |
We do it exactly as you posted for everything after a 1.0.0 release. For everything still in the 0.x.x range semver states:
So we treat |
Thanks for the reply and the explanation. Also thanks for Depfu, it is an awesome product. 😄 |
Acording semvem (https://semver.org/) the version conventions are:
x.y.z, where:
Depfu is calling minor updates as major. Eg:
[ruby] Update mysql2: 0.4.10 → 0.5.2 (major)
The text was updated successfully, but these errors were encountered: