> For the complete documentation index, see [llms.txt](https://t3kit.gitbook.io/doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://t3kit.gitbook.io/doc/t3kit-versioning.md).

# t3kit Versioning

Every **t3kit** release tagged by git tag using Semantic Versioning approach, but with t3kit specific change to **Major version number** which should be synchronized with particular TYPO3 version.

* 1️⃣ first number - **Major version**: should be always the same as a last supported TYPO3 major version.
* 2️⃣ second number - **Minor version**: new features and breaking changes to t3kit.
* 3️⃣ third number - **Patch version**: pashes, bug fixes, documentation updates, code refactoring, tests and other small tasks.
