Currently, PGXN insists on semver for version numbers. But projects out there use all kinds of versioning schemes. Insisting on semver is driving extension authors away (it is at least me).
Field /version: "7.10" is not a valid semantic version [Spec v1.0.0]
Debian has a formal specification for version numbers that is much more flexible:
https://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-version
RPM has similar semantics.
Currently, PGXN insists on semver for version numbers. But projects out there use all kinds of versioning schemes. Insisting on semver is driving extension authors away (it is at least me).
Debian has a formal specification for version numbers that is much more flexible:
https://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-version
RPM has similar semantics.