logoalt Hacker News

matt_kantortoday at 12:16 AM1 replyview on HN

I get that, and it's a nice thing to warn users about. My nitpick was merely about the specific "do not strictly follow semantic versioning" phrasing. There's nothing you can do in a 0.y.z release which doesn't follow the SemVer spec (e.g. your next release could turn the project into a spell checker instead of a CLI framework and you'd still be in compliance).


Replies

chenxin-yantoday at 1:16 AM

ohh thank you for pointing that out. I just double checked the semver docs and it makes sense now. Something new I learned today