Comment by matt_kantor
4 hours ago
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).
ohh thank you for pointing that out. I just double checked the semver docs and it makes sense now. Something new I learned today