Skip to content

v0.17.6 - Operator Console Trust View Polish

Choose a tag to compare

@thaersaidi thaersaidi released this 05 Jun 00:50
· 31 commits to main since this release

v0.17.6 - Operator Console Trust View Polish

This patch tightens the operator-facing trust views after the v0.17.5 dashboard release.

Changed

  • Added live Network Authority screenshots for the Connectome and sovereign health dashboard examples.
  • Documented current versus historical recognition edge visibility in the Connectome docs.
  • Documented the dashboard's human-readable trust-change summaries alongside repeatable demo assets.
  • Updated project history and maintainer planning for v0.17.6.
  • Bumped the package version to 0.17.6.

Verified

  • python -m pytest genesis_mesh/tests -q
  • python -m mypy genesis_mesh --ignore-missing-imports
  • python -m compileall genesis_mesh docs/examples/assets/scripts -q
  • python -m sphinx -b html -W docs docs/pages
  • git diff --check
  • python -m pre_commit run --all-files