From b9a541efdb043b6ff1be5c25a11e16310347fae0 Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Wed, 1 Apr 2026 19:49:54 -0400 Subject: [PATCH] Bump version to 0.2.0 Monorepo consolidation release: - Stegasoo v4.3.0 and Verisoo v0.1.0 merged as subpackages - 14 field deployment feature requests implemented - Security audit fixes (CSRF, path traversal, key revocation, SSRF) - /health endpoint for capability reporting - Killswitch now destroys audit log Co-Authored-By: Claude Opus 4.6 (1M context) --- pyproject.toml | 2 +- src/soosef/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2ea91c7..3493ba7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "soosef" -version = "0.1.0" +version = "0.2.0" description = "Soo Security Fieldkit — offline-first security toolkit for journalists, NGOs, and at-risk organizations" readme = "README.md" license = "MIT" diff --git a/src/soosef/__init__.py b/src/soosef/__init__.py index 7e3bf35..bf4aecb 100644 --- a/src/soosef/__init__.py +++ b/src/soosef/__init__.py @@ -11,4 +11,4 @@ Part of the Soo Suite: - SooSeF: unified fieldkit with killswitch, dead man's switch, and key management """ -__version__ = "0.1.0" +__version__ = "0.2.0"