PromptHub
General 36 views

Semantic Versioning

Quick Definition

Version scheme using MAJOR.MINOR.PATCH format

Full Definition

A versioning scheme using MAJOR.MINOR.PATCH format to communicate breaking changes and new features.

Examples

release management, dependency resolution, API compatibility

Related Terms

version-control package-manager api-design

More General Terms