A convention for expressing the compatibility of a change in a version number, in the form "major.minor.patch."
It defines fixed meanings for each number: bump the major version for breaking changes, the minor version for backward-compatible additions, and the patch version for bug fixes only. It's widely used to manage library dependencies safely.
© 2026 ITBGM