@dansup Any particular reason? Version 0.x.x gets special treatment under semantic versioning such that changes to the API that break backwards compatib ility do not need a MAJOR bump when on 0 (defined int he SEMVER standard). So only minor and patch versions are respected in 0.x.x
Considering this exception is there any reason not to use semantic versioning now? Seems like it will just make your life harder and your users.