Is Lua versioning compliant with semantic versioning
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Is Lua versioning compliant with semantic versioning
- From: Dibyendu Majumdar <mobile@...>
- Date: 2020年1月20日 22:05:41 +0000
Hi,
I am watching a talk on CMake - and one of the things the presenter is
talking about (or recommending) is semantic versioning (semver.org).
Made me think that Lua's numbering is not compliant if a minor release
is meant to be signify full backward compatibility. So 5.4 ought be
6.0; and 5.3 and 5.2 ought to have had major version changes too.
Regards