Skip to content

Commit 3b35183

Browse files
authored
release: bump client package versions (#53)
1 parent 9a16cfa commit 3b35183

8 files changed

Lines changed: 12 additions & 12 deletions

File tree

ecosystem/compatibility.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ The ecosystem manifest is designed to keep recipes, skills, plugins, and marketp
55
| Surface | Minimum version | Used for |
66
|---------|-----------------|----------|
77
| Manifest schema | `2026-05-13` | Shared metadata, permissions, docs, examples, and marketplace listing fields |
8-
| QVeris CLI | `>=0.5.0` | `discover`, `inspect`, `call`, `usage`, `ledger`, and `init` recipe commands |
9-
| QVeris MCP server | `>=0.6.0` | Canonical MCP tools plus usage and credits ledger audit tools |
10-
| QVeris Python SDK | `>=0.1.0` | Typed `QverisClient`, `Agent`, and audit methods |
8+
| QVeris CLI | `>=0.6.0` | `discover`, `inspect`, `call`, `usage`, `ledger`, and `init` recipe commands |
9+
| QVeris MCP server | `>=0.7.0` | Canonical MCP tools plus usage and credits ledger audit tools |
10+
| QVeris Python SDK | `>=0.2.0` | Typed `QverisClient`, `Agent`, and audit methods |
1111
| QVeris agent skill | `>=0.1.0` | Agent-facing discover, inspect, call, and audit workflow guidance |
1212

1313
## Compatibility Policy

ecosystem/templates/plugin-manifest.template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
]
3232
},
3333
"compatibility": {
34-
"cli": ">=0.5.0",
35-
"python_sdk": ">=0.1.0"
34+
"cli": ">=0.6.0",
35+
"python_sdk": ">=0.2.0"
3636
},
3737
"marketplace": {
3838
"listing_slug": "replace-with-plugin-slug",

ecosystem/templates/skill-manifest.template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"compatibility": {
3434
"agent_skill": ">=0.1.0",
35-
"mcp": ">=0.6.0"
35+
"mcp": ">=0.7.0"
3636
},
3737
"marketplace": {
3838
"listing_slug": "replace-with-skill-slug",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qverisai/cli",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "QVeris CLI for agent capability discovery, inspection, calling, and audit",
55
"type": "module",
66
"bin": {

packages/mcp/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qverisai/mcp",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "QVeris MCP server for agent tool discovery, inspection, and calling",
55
"keywords": [
66
"qveris",

packages/python-sdk/pyproject.toml

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

55
[project]
66
name = "qveris"
7-
version = "0.1.0"
7+
version = "0.2.0"
88
description = "QVeris Python SDK for agent capability discovery, calling, and audit"
99
requires-python = ">=3.8"
1010
license = "MIT"

packages/python-sdk/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)