aboutsummaryrefslogtreecommitdiffstats
path: root/packages/meshbay-common/src/meshbay_common/__init__.py
diff options
context:
space:
mode:
authorChristophe Besson <cbesson@gmail.com>2026-08-28 03:43:29 +0200
committerChristophe Besson <cbesson@gmail.com>2026-08-28 03:43:29 +0200
commit25ebaed11772056c611c3ce650387d6961e0baa0 (patch)
treee22bee25a2cdf3e11cbfce2525728d2010ab85d8 /packages/meshbay-common/src/meshbay_common/__init__.py
parent2f573b4143212b21d92ff20179356acb8f8fe635 (diff)
parentce4e10c4b8bd9c66c375c3a5d5c18d8552655775 (diff)
downloadmeshbay-25ebaed11772056c611c3ce650387d6961e0baa0.tar.gz
Merge branch 'feat/chat-link-previews'
Diffstat (limited to 'packages/meshbay-common/src/meshbay_common/__init__.py')
-rw-r--r--packages/meshbay-common/src/meshbay_common/__init__.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/meshbay-common/src/meshbay_common/__init__.py b/packages/meshbay-common/src/meshbay_common/__init__.py
index 0ca0005..1f82f88 100644
--- a/packages/meshbay-common/src/meshbay_common/__init__.py
+++ b/packages/meshbay-common/src/meshbay_common/__init__.py
@@ -49,5 +49,8 @@ __version__ = "0.7.0"
# *set*, replaced whole in one signed op — a photo library is routinely
# scattered across several folders, not one. Additive: an older client
# never sends the op and never expects either field.
-MNP_VERSION = "0.11"
+# 0.12: added `link_preview_req`/`link_preview_resp` — the node unfurls a URL
+# pasted in chat into an OpenGraph card. Additive: an older node logs "unknown
+# type" and the client just shows the bare link, as it always did.
+MNP_VERSION = "0.12"
MHP_VERSION = "0.1"