Hey, i think it would be super useful to follow some form of semantic versioning in the releases. In particular, that allows people to track from a shell script running in a cron when new versions come out.
Usually, the standard used for versioning is semantic versioning. From semver.org :
Given a version number MAJOR.MINOR.PATCH, increment the:
MAJOR version when you make incompatible API changes,
MINOR version when you add functionality in a backwards-compatible manner, and
PATCH version when you make backwards-compatible bug fixes.
Hey, i think it would be super useful to follow some form of semantic versioning in the releases. In particular, that allows people to track from a shell script running in a cron when new versions come out.
Usually, the standard used for versioning is semantic versioning. From semver.org :
Is this something you would be willing to do? :)