From b736c1607b97c312e2f31f9e973fe206415c2cae Mon Sep 17 00:00:00 2001 From: Peng Sun Date: Thu, 10 Jul 2025 12:15:25 +0100 Subject: [PATCH] docs: Update README.md Introduced a "Versioning" section describing the Calendar Versioning (CalVer) scheme used by the project. Signed-off-by: Peng Sun --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 7f5b570..8aafa09 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,14 @@ cat model.tflite | tosa-converter-for-tflite | This tool supports Linux and Windows(r) on x86_64 architectures. +## Versioning + +This project uses Calendar Versioning ([CalVer](https://calver.org/)) in the format: `YYYY.0M.Micro` + +- **YYYY** – 4-digit release year (e.g., 2025) +- **0M** – 2-digit Zero-padded release month (e.g., 07 for July) +- **Micro** – The third and usually final number in the version. Sometimes referred to as the "patch" segment. + # License TOSA Converter for TFLite is distributed under the Apache 2.0 License. -- GitLab