docs: v0.31.2 release notes and version bump

* docs: v0.31.1 release notes and version bump

* docs: v0.31.2 release notes and version bump

---------

Co-authored-by: Nathan Esquenazi <nesquena@gmail.com>
This commit is contained in:
nesquena-hermes
2026-04-04 17:40:08 -07:00
committed by GitHub
parent 181641db6b
commit 2e7ce0a341
5 changed files with 21 additions and 6 deletions

View File

@@ -8,7 +8,7 @@
> Prerequisites: SSH tunnel is active on port 8787. Open http://localhost:8787 in browser.
> Server health check: curl http://127.0.0.1:8787/health should return {"status":"ok"}.
>
> Automated tests: 424 total (401 passing, 23 pre-existing failures).
> Automated tests: 424 total (424 passing, 0 failures)
> Run: `pytest tests/ -v --timeout=60`
---