Lubomir Kaplan
Lubomir Kaplan
Well this is something we have discussed a few times with @puddly. While it would be nice to use semantic versioning (my idea previously as well) keeping the version number...
> I guess you could use a Semantic Versioning scheme like X.Y.Z (Major.Minor.Patch) and choose to only ever change the "Z" (Patch)? But that is exactly against semantic versioning. We...
Okay, so maybe we should go for the middle ground. I suggest `major` and `minor` versioning using @puddly's original format: ```json { "version": [1, 0] } ``` But we need...
PR in progress: #996
PR in progress: #996
PR in progress: #996