Skip to content

Versioning

Guilherme Dantas edited this page Mar 20, 2026 · 6 revisions

We follow the Semantic Versioning specification.

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

Let "entity" denote a contract, an interface, a function, an error, or an event.

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