@@ -7,6 +7,40 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88---
99
10+ ## [ 3.2.2] — 2026-05-04
11+
12+ State Healing, Strict ABI Protection, and High-Performance C Dispatch
13+
14+ ** 📝 Code Changes:**
15+ - UPDATE: src/omnipkg/_ vendor/uv_ffi/__ init__ .py (36 lines changed)
16+ - UPDATE: src/omnipkg/commands/run.py (24 lines changed)
17+ - UPDATE: src/omnipkg/core.py (342 lines changed)
18+ - UPDATE: src/omnipkg/dispatcher.c (238 lines changed)
19+ - UPDATE: src/omnipkg/installation/verification_strategy.py (2 lines changed)
20+ - UPDATE: src/omnipkg/isolation/patchers.py (4 lines changed)
21+ - UPDATE: src/omnipkg/isolation/worker_daemon.py (209 lines changed)
22+ - UPDATE: src/omnipkg/loader.py (2372 lines changed)
23+
24+ ** 🧪 Tests:**
25+ - UPDATE: src/tests/test_multiverse_healing.py (22 lines)
26+ - UPDATE: src/tests/test_tensorflow_switching.py (24 lines)
27+
28+ ** ⚙️ Configuration:**
29+ - pyproject.toml (2 lines)
30+
31+ ** Additional Changes:**
32+ - fix: fix state schizophrenia by exorcising duplicate dist-info ghosts and fix strict mode sys.path
33+ - perf: optimize dispatcher latency
34+ - feat(loader, daemon): Implement strict ABI contamination tracking and worker isolation
35+ - fix: remove timeout to support long-running tasks
36+ - fix: Update 1 code files
37+ - fix(runtime): auto-install missing libcrypt compat for managed Python on Arch
38+
39+ ** Bug Fixes:**
40+ - fix: nested pkg resolved_bubble_deps now BFS-walks own dep tree only
41+
42+ _ 15 files changed, 2715 insertions(+), 648 deletions(-)_
43+
1044## [ 3.2.1] — 2026-04-27
1145
1246Critical bugfix: KB key corruption and bubble path normalization
0 commit comments