Skip to content
This repository has been archived by the owner on Oct 29, 2023. It is now read-only.

semantic versioning

Giuseppe Maxia edited this page Nov 6, 2020 · 2 revisions

Semantic versioning

[HOME]

As of version 1.0.0, dbdeployer adheres to the principles of semantic versioning. A version number is made of Major, Minor, and Revision. When changes are applied, the following happens:

  • Backward-compatible bug fixes increment the Revision number.
  • Backward-compatible new features increment the Minor number.
  • Backward incompatible changes (either features or bug fixes that break compatibility with the API) increment the Major number.

The starting API is defined in API-1.0.md (generated manually.) The file API-1.1.md contains the same API definition, but was generated automatically and can be used to better compare the initial API with further version.

Clone this wiki locally