Closed daladim closed 2 years ago
...or probably a 0.1.2 actually. https://semver.org/ says that's fine for 0.x versions, that do not follow exactly the same rules for semantic versionning.
(and I've just been told that cargo, for 0.x.y versions, considers a X change a breaking change, but not a Y change, so we should rather go for 0.1.2)
...or probably a 0.1.2 actually. https://semver.org/ says that's fine for 0.x versions, that do not follow exactly the same rules for semantic versionning.
(and I've just been told that cargo, for 0.x.y versions, considers a X change a breaking change, but not a Y change, so we should rather go for 0.1.2)
I wasn't aware of that! So yes, let's do it, let's go with 0.1.2 :)
Closes #46
@n4r1b , since this PR (and the few previous ones targetting
master
) add new items, without breaking back-compatibility. I think this could be a good time to release a 0.2 version, what do you think?