Skip to content

Commit cbfff73

Browse files
chore(main): release jacobian 0.13.0 (#1451)
* chore(main): release jacobian 0.13.0 * chore(release): synchronize uv and npm lockfiles * docs(release): clarify 0.13.0 changes --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: morluto <76467478+morluto@users.noreply.github.com>
1 parent 850ca04 commit cbfff73

10 files changed

Lines changed: 176 additions & 10 deletions

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.12.0"
2+
".": "0.13.0"
33
}

CHANGELOG.md

Lines changed: 158 additions & 0 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ for the maintained operation portfolio and
118118

119119
## Status
120120

121-
Jacobian 0.12.0 is pre-stable. Its published package and operation contracts
121+
Jacobian 0.13.0 <!-- x-release-please-version --> is pre-stable. Its published package and operation contracts
122122
describe the supported surface; experimental operation contracts may change
123123
between releases.
124124

README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ SAT 和 SMT 操作直接使用维护良好的 Z3 Python 绑定。可选的 `lean
9090

9191
## 状态
9292

93-
Jacobian 0.12.0 仍处于预稳定阶段。已发布的软件包和操作契约描述了受支持的
93+
Jacobian 0.13.0 <!-- x-release-please-version --> 仍处于预稳定阶段。已发布的软件包和操作契约描述了受支持的
9494
接口;实验性操作契约可能在不同版本之间变化。
9595

9696
## 文档

npm/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.

npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jacobian",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"mcpName": "io.github.morluto/jacobian",
55
"description": "Composable mathematical operations for AI agents, exposed through MCP and a CLI",
66
"license": "MIT",

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 = "jacobian"
7-
version = "0.12.0"
7+
version = "0.13.0"
88
description = "Atomic mathematical tools for agents over MCP and Python"
99
readme = "README.md"
1010
requires-python = ">=3.12,<3.14"

release-please-config.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@
1010
"type": "json",
1111
"path": "server.json",
1212
"jsonpath": "$..version"
13+
},
14+
{
15+
"type": "generic",
16+
"path": "README.md"
17+
},
18+
{
19+
"type": "generic",
20+
"path": "README.zh-CN.md"
1321
}
1422
]
1523
}

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"url": "https://github.com/morluto/jacobian",
88
"source": "github"
99
},
10-
"version": "0.12.0",
10+
"version": "0.13.0",
1111
"packages": [
1212
{
1313
"registryType": "npm",
1414
"registryBaseUrl": "https://registry.npmjs.org",
1515
"identifier": "jacobian",
16-
"version": "0.12.0",
16+
"version": "0.13.0",
1717
"runtimeHint": "npx",
1818
"transport": {
1919
"type": "stdio"

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)