Skip to content

Commit 8de8f42

Browse files
chore(main): release jacobian 0.13.1
1 parent e9679e8 commit 8de8f42

7 files changed

Lines changed: 14 additions & 7 deletions

File tree

.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.13.0"
2+
".": "0.13.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.13.1](https://github.com/morluto/jacobian/compare/jacobian-v0.13.0...jacobian-v0.13.1) (2026-08-20)
4+
5+
6+
### Documentation
7+
8+
* focus agent guide on repository invariants ([#2103](https://github.com/morluto/jacobian/issues/2103)) ([e9679e8](https://github.com/morluto/jacobian/commit/e9679e876dd245652a9af770c0f22448d3433f62))
9+
310
## [0.13.0](https://github.com/morluto/jacobian/compare/jacobian-v0.12.0...jacobian-v0.13.0) (2026-08-20)
411

512

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.13.0 <!-- x-release-please-version --> is pre-stable. Its published package and operation contracts
121+
Jacobian 0.13.1 <!-- 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.13.0 <!-- x-release-please-version --> 仍处于预稳定阶段。已发布的软件包和操作契约描述了受支持的
93+
Jacobian 0.13.1 <!-- x-release-please-version --> 仍处于预稳定阶段。已发布的软件包和操作契约描述了受支持的
9494
接口;实验性操作契约可能在不同版本之间变化。
9595

9696
## 文档

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

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.13.0",
10+
"version": "0.13.1",
1111
"packages": [
1212
{
1313
"registryType": "npm",
1414
"registryBaseUrl": "https://registry.npmjs.org",
1515
"identifier": "jacobian",
16-
"version": "0.13.0",
16+
"version": "0.13.1",
1717
"runtimeHint": "npx",
1818
"transport": {
1919
"type": "stdio"

0 commit comments

Comments
 (0)