Re: versioning of license list
Dear Jilayne,
We only have changed the major number when there was a major change - addingYes, I would say that's pretty normal for software projects. Incrementing the major version usually indicates that upgrading to that version would break something for existing users that rely on the data, so 3.16 to 3.17 would be 'correct' for this release (which shouldn't break anything!) If we were going full 'semantic versioning' (formalised at https://semver.org/ ), however, we'd also have a 'patch level' version for releases that only fix existing licenses and don't add any new ones: 3.17.0 would become 3.17.1 if there were no new licenses or exceptions added between those releases. I don't have a strong desire to change it though, rest assured :) Best wishes, Sebastian |
|