> ## Documentation Index
> Fetch the complete documentation index at: https://developers.malibou.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Versioning

> How the malibou public API is versioned.

The malibou public API follows [Semantic Versioning](https://semver.org). The
current major version is **v1** and is served under `/api/public/v1`.

<Note>
  Only the latest version of the API is exposed and documented. There is no
  access to previous minor versions (as they do not introduce breaking changes).
</Note>

* **Major** (`v1` → `v2`): breaking changes.
* **Minor** (`1.1.0` → `1.2.0`): backward-compatible additions (new endpoints,
  new optional fields).
* **Patch** (`1.2.0` → `1.2.1`): backward-compatible fixes.

## Staying up to date

Every change is recorded in the [Changelog](/changelog).
