Skip to content

Versioning

Guilherme Dantas edited this page Oct 14, 2025 · 5 revisions

We follow the Semantic Versioning specification.

Based on our Public API, changes can be easily categorized.

Let "entity" denote an interface or a library.

Major changes

  • An entity was removed.
  • An entity was modified in a breaking way.

Minor changes

  • An entity was added.
  • An entity was modified in a non-breaking way.

Patch changes

  • Other changes.

Clone this wiki locally