Skip to content
Eduardo Pinho edited this page Feb 3, 2016 · 2 revisions

Versioning and releases

If you are developing a wrapper for a new language or any other tool to be integrated in Dicoogle, please follow semantic versioning:

  • Version nomenclature: X.Y.Z
  • Increment X for breaking changes, such as when changing a public API.
  • Increment Y when including new features.
  • Increment Z for bug fixes, patches and other non-functional additions (e.g. documentation).
  • Versions in the format X.Y.Z-W are allowed, but only as pre-releases.
Clone this wiki locally