chore: bump version to 0.6.2 (#763)

Backfill v0.6.1 CHANGELOG entry (previously undocumented),
add v0.6.2 entry covering 9 commits since v0.6.1, and bump
the version string across data, web, matrix, and app along
with the README docker-pull examples.

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
l5y
2026-04-21 19:02:26 +02:00
committed by GitHub
parent e8f3f17b85
commit 161f22bf12
9 changed files with 51 additions and 11 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ The ``data.mesh`` module exposes helpers for reading Meshtastic node and
message information before forwarding it to the accompanying web application.
"""
VERSION = "0.6.1"
VERSION = "0.6.2"
"""Semantic version identifier shared with the dashboard and front-end."""
__version__ = VERSION