diff options
Diffstat (limited to 'packaging/rpm/python3-meshbay-common.spec')
| -rw-r--r-- | packaging/rpm/python3-meshbay-common.spec | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/packaging/rpm/python3-meshbay-common.spec b/packaging/rpm/python3-meshbay-common.spec index 7687e90..b716e70 100644 --- a/packaging/rpm/python3-meshbay-common.spec +++ b/packaging/rpm/python3-meshbay-common.spec @@ -1,5 +1,5 @@ Name: python3-meshbay-common -Version: 0.1.0 +Version: 0.2.0 Release: 1%{?dist} Summary: MeshBay shared cryptographic primitives and protocol types License: AGPLv3+ @@ -38,5 +38,10 @@ encryption/signing, keystore AES-256-GCM, and MNP protocol types. %{python3_sitelib}/meshbay_common-*.dist-info/ %changelog +* Fri Aug 14 2026 MeshBay Team <team@meshbay.org> - 0.2.0-1 +- Join and pairing transcripts (meshbay:join:v1) +- Handshake refusals carry a machine-readable code +- gek_bundle_store removed from the protocol; no member supplies key material + * Sat Aug 09 2026 MeshBay Team <team@meshbay.org> - 0.1.0-1 - Initial package |