From 4f8a0c11be0c0bd35a96bdccc1605bce515a9c32 Mon Sep 17 00:00:00 2001 From: Alpamys Date: Sun, 24 May 2026 16:13:55 +0500 Subject: [PATCH] docs(v0.67.0): update SECURITY supported-version list + CONTRIBUTING test count - SECURITY.md: add v0.67.0 to supported-versions list - CONTRIBUTING.md: bump test count 244 files / 10836 tests -> 251 / 11021 Docs-only follow-up to v0.67.0 release; no code change, no version bump. Co-Authored-By: Claude Opus 4.7 (1M context) --- CONTRIBUTING.md | 2 +- SECURITY.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2742973..87bb15d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -111,7 +111,7 @@ soup_cli/ templates/ - 17 built-in soup.yaml templates (YAML + manifest.json) with load_template loader (v0.39.0, +bco v0.40.0) ui/ - Web UI (FastAPI + HTML/JS SPA) -tests/ - Test suite (244 files, 10836 tests) +tests/ - Test suite (251 files, 11021 tests) examples/ - Real-world config examples and datasets ``` diff --git a/SECURITY.md b/SECURITY.md index e95d49e..7e55455 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -9,7 +9,8 @@ We provide security updates for the following versions: - **Versions older than 3 minor versions:** No support Example: -- v0.66.0 -- Full support (latest) +- v0.67.0 -- Full support (latest) +- v0.66.0 -- Full support - v0.65.0 -- Full support - v0.64.0 -- Full support - v0.63.0 -- Full support