docs: update favicon

This commit is contained in:
Johann Schopplich
2025-11-18 18:44:40 +01:00
parent d339d75f53
commit 3d2788df53
5 changed files with 14 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ You don't need this page to *use* TOON. It's mainly for implementers and contrib
## Current Version
**Spec v2.0** (2025-11-10) is the current stable version.
**Spec v{{ $spec.version }}** (2025-11-10) is the current stable version.
## Guided Tour of the Spec
@@ -127,7 +127,7 @@ Validators should verify:
## Versioning
The spec uses semantic versioning (major.minor):
- **Major version** (e.g., v2.0): Breaking changes, incompatible with previous versions
- **Major version** (e.g., v{{ $spec.version }}): Breaking changes, incompatible with previous versions
- **Minor version** (e.g., v1.5 → v1.6): Clarifications, additional requirements, or backward-compatible additions
See [Appendix D: Document Changelog](https://github.com/toon-format/spec/blob/main/SPEC.md#appendix-d-document-changelog-informative) for detailed version history.