#semver anyone? Semantic versioning like
3.14.1 as major.minor.patch
is defined on https://semver.org/ with
PATCH version when you make backward compatible bug fixes
What is a "backward compatible bug fix"? After a bug fix, the software is no longer compatible with the buggy version, ON PURPOSE. Any dependent software which accommodates so far to the bug may now have problems?
What am I missing?






