I produce software packages. I’d like each software package to include a list of previous versions along with the change notes.
I would like to sort these from newest to oldest, ideally by version number.
SemVer versioning is as follows: Major.Minor.Patch.
When attempting to store it as a single number field, I get an error.