Closed yitzchak closed 7 years ago
This shouldn't be necessary; the version spec, ^0.7.0
, covers minor updates. Also looks like no new features were added or bugs fixed, so I guess this wouldn't be necessary regardless? :speak_no_evil:
I added a whole bunch of new engine support for latex variants, bibtex variants and index variants. v0.8.0
Also, I went back and looked at the semver docs and ^0.7.0
appears to pin the 7 digit. ~0
appears to pin the major version. Take a look please and make sure I read it right. caret ranges
Also, I went back and looked at the semver docs and ^0.7.0 appears to pin the 7 digit. ~0 appears to pin the major version. Take a look please and make sure I read it right. caret ranges
I am pretty sure you read it correctly. I am pretty sure this did not used to be the case though, so I guess this got changed in a past semver change. Thanks for the correction 🙇
DiCy Changes