Versioning policy
This content is for v1.x. Switch to the latest version for up-to-date documentation.
Claudius follows Semantic Versioning:
- Patch / minor (
1.2.x→1.3.0) — backward compatible. The CDN@1channel picks these up automatically; self-hosted embeds can update whenever convenient. - Major (
1.x→2.0) — may contain breaking changes, always with a migration guide. The@1CDN channel never serves a2.xbuild; you opt in by switching to@2.
Releases are automated with release-please from conventional commits; every
release has a GitHub Release
and a CHANGELOG.md entry.
Docs versions
Section titled “Docs versions”These docs track the latest release. When a new major ships, the previous major’s docs are archived and stay browsable via the version switcher, so you can keep referencing the docs that match what you run.
Checking your version
Section titled “Checking your version”- CDN/self-hosted embeds:
window.ClaudiusWidgetVersionin the console - Repo checkouts: the root
package.jsonversion, orgit tag