Bump mozjs_sys version to 0.115.7-0 #456
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
In #454 we got the need to have versioned mozjs-sys (even if unpublished) for artifact purposes so I proposed the following versioning for mozjs-sys (modeled after what we used before we give up on versioning):
0.{SM-major}.{SM-minor}-#
where # is sequential number that is incremented for every C/C++ change in same SM version.So we would start with
0.115.7-0
(we currently use SM 115.7) then for every C* change increment last number (0.115.7-1
) until we move on to new SM0.115.9-0
that would again start with new number.CC @jdm @mrobinson @wusyong