Skip to content

Commit 477e220

Browse files
Holberg7claude
andcommitted
Bump osmp + osmp-protocol to 2.3.2 (contact-email consistency)
2.3.1 shipped with 'licensing@octid.io' in eml module docstrings. The correct contact is 'ack@octid.io'. 2.3.2 aligns the docstrings with the PATENT-NOTICE.md source of truth. osmp-mcp 1.1.0 does not need a bump; its osmp dependency (>=2.3.0) resolves to 2.3.2 automatically. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent cb6bbc3 commit 477e220

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
1111
Additive release. No breaking changes. Patent-pending UBOT evaluator integrated across all three SDKs + MCP server.
1212

1313
**Package versions shipped with this release:**
14-
- `osmp` (Python / PyPI): 2.2.5 → **2.3.1**
15-
- `osmp-protocol` (npm): 2.2.5 → **2.3.1**
14+
- `osmp` (Python / PyPI): 2.2.5 → **2.3.2**
15+
- `osmp-protocol` (npm): 2.2.5 → **2.3.2**
1616
- `osmp-mcp` (PyPI): 1.0.37 → **1.1.0**
1717
- MCP Registry entry (`io.github.Octid-io/osmp` in server.json): 1.0.36 → 1.0.37 (lag-of-one convention)
1818

19-
*Note: `osmp` and `osmp-protocol` were initially published as 2.3.0. Patch 2.3.1 strips docstring-level patent-docket references from the eml module — functionally identical; fresh installs pull 2.3.1 automatically.*
19+
*Note: `osmp` and `osmp-protocol` passed through 2.3.0 (patent-docket strip) and 2.3.1 (contact-email strip, `licensing@``ack@`) before landing at 2.3.2. 2.3.2 is functionally identical to 2.3.1 across both; fresh installs pull 2.3.2 automatically.*
2020

2121
### Added — EML (Universal Binary Operator Evaluator)
2222

sdk/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "osmp"
7-
version = "2.3.1"
7+
version = "2.3.2"
88
description = "OSMP -- Octid Semantic Mesh Protocol. Deterministic agentic instruction encoding."
99
readme = "README.md"
1010
license = { file = "LICENSE" }

sdk/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "osmp-protocol",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"description": "OSMP — Octid Semantic Mesh Protocol. Agentic AI instruction encoding for any channel.",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)