We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
in v0.10.0, the Version#toBuilder method throws exception if the current Verson instance has no preReleaseVersion:
jsemver/src/main/java/com/github/zafarkhaja/semver/Version.java
Line 1274 in da52637
that doesn't seem reasonable. is it intentional?
The text was updated successfully, but these errors were encountered:
Definitely not intentional! :) Will roll out the fix within the next 24 hours. Thanks a lot for reporting 👍
Sorry, something went wrong.
Fixed in v0.10.2.
P.S. Thanks for reporting the bug, appreciate it!
zafarkhaja
No branches or pull requests
in v0.10.0, the Version#toBuilder method throws exception if the current Verson instance has no preReleaseVersion:
jsemver/src/main/java/com/github/zafarkhaja/semver/Version.java
Line 1274 in da52637
that doesn't seem reasonable. is it intentional?
The text was updated successfully, but these errors were encountered: