Add nickname support to envelope protocol and update version to 0.1.1

This commit is contained in:
kc1awv
2025-12-30 09:43:18 -05:00
parent 3ad4010eae
commit f111cf545f
9 changed files with 126 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "rrcd"
version = "0.1.0"
version = "0.1.1"
description = "Reticulum Relay Chat daemon (hub service)"
readme = "README.md"
license = { file = "LICENSE" }