Add support for semver 3 while maintaining backwards compatibility with semver 2
Please include a summary of the change and which issue is fixed (if any).
Fixes # (issue)
276
Type of change
Please delete options that are not relevant.
[x] Bug fix (non-breaking change which fixes an issue)
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
[x] Unit tests
[ ] Spec Tests
[x] Integration tests / Manual Tests:
I ran the unit tests with both version of the semver package 2.13.0 and 3.0.2
Checklist:
[ ] My code follows the style guidelines of this project
[x] I have performed a self-review of my own code
[x] I have commented my code, particularly in hard-to-understand areas
[ ] I have made corresponding changes to the documentation
[ ] My changes generate no new warnings
[ ] I have added tests that prove my fix is effective or that my feature works
[ ] New and existing unit tests pass locally with my changes
[ ] Any dependent changes have been merged and published in downstream modules
coverage: 96.681% (-0.2%) from 96.885% when pulling dde81f2883dcab2c52a2b5a63393b605bb90df4e on chaitanya-parsana:fix/semver-support-v3 into 5133699f3ff2fa31da032f6c0cc88543d2404638 on Unleash:main.
Description
Add support for semver 3 while maintaining backwards compatibility with semver 2 Please include a summary of the change and which issue is fixed (if any).
Fixes # (issue)
276
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
I ran the unit tests with both version of the semver package 2.13.0 and 3.0.2
Checklist: