From b143e042b193122f8bd2a4012131ece83e91eb37 Mon Sep 17 00:00:00 2001 From: David Luhmer Date: Fri, 26 Jun 2026 11:53:59 +0200 Subject: [PATCH] Update versioning policy to synchronize major and minor versions Signed-off-by: David Luhmer --- VERSIONING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSIONING.md b/VERSIONING.md index 0044dd439..2fbf7c322 100644 --- a/VERSIONING.md +++ b/VERSIONING.md @@ -1,6 +1,6 @@ # Versioning Policy -DevGuard uses a modified semantic versioning scheme: **all components share the same minor version**, but patch releases are independent per component. +DevGuard uses a modified semantic versioning scheme: **all components share the same major and minor version**, patch releases are independent per component. ## Compatibility Rule @@ -15,7 +15,7 @@ DevGuard uses a modified semantic versioning scheme: **all components share the ## Rules -- **Minor versions are synchronized.** A feature release bumps the minor version across all components at the same time. +- **Major/Minor versions are synchronized.** A feature release bumps the major/minor version across all components at the same time. - **Patch versions are independent.** A bug fix in only one component ships as a new patch for that component only — other components are not re-released. - When upgrading, ensure all components share the **same minor version**. Patch versions do not need to match across components.