Bump version to 0.2.0
Some checks failed
CI / lint (push) Failing after 41s
CI / typecheck (push) Failing after 25s

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) <noreply@anthropic.com>
This commit is contained in:
Aaron D. Lee 2026-04-01 19:49:54 -04:00
parent 586aa50c95
commit b9a541efdb
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "soosef" 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" description = "Soo Security Fieldkit — offline-first security toolkit for journalists, NGOs, and at-risk organizations"
readme = "README.md" readme = "README.md"
license = "MIT" license = "MIT"

View File

@ -11,4 +11,4 @@ Part of the Soo Suite:
- SooSeF: unified fieldkit with killswitch, dead man's switch, and key management - SooSeF: unified fieldkit with killswitch, dead man's switch, and key management
""" """
__version__ = "0.1.0" __version__ = "0.2.0"