Skip to content

Commit dcd2790

Browse files
chore(main): release jacobian 0.11.0
1 parent 50d663f commit dcd2790

5 files changed

Lines changed: 34 additions & 5 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.10.0"
2+
".": "0.11.0"
33
}

CHANGELOG.md

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

3+
## [0.11.0](https://github.com/morluto/jacobian/compare/jacobian-v0.10.0...jacobian-v0.11.0) (2026-08-10)
4+
5+
6+
### Features
7+
8+
* verify polynomial-coefficient recurrences ([#902](https://github.com/morluto/jacobian/issues/902)) ([b9b01b3](https://github.com/morluto/jacobian/commit/b9b01b358dfa4743b673ded9d9694f069e9f8058))
9+
10+
11+
### Bug Fixes
12+
13+
* **benchmarks:** harden Jacobian evaluation evidence ([#946](https://github.com/morluto/jacobian/issues/946)) ([0052a5b](https://github.com/morluto/jacobian/commit/0052a5bf78f63f5539be13da6493abb395c5026d))
14+
* **ci:** validate release branch updates ([1a5048c](https://github.com/morluto/jacobian/commit/1a5048c3d13cffbd8a9debe947807aa1c1815b08))
15+
* **cli:** repair onboarding setup flow ([11b4b28](https://github.com/morluto/jacobian/commit/11b4b28365f47afe19f38f43f30721a6497fc246))
16+
* honor selected npm gates and core setup profile ([ee8ef12](https://github.com/morluto/jacobian/commit/ee8ef12103bb811a18ee6af20d3289e9b13aaa3b))
17+
* **mcp:** publish object-rooted math.find schema ([#898](https://github.com/morluto/jacobian/issues/898)) ([332a5e4](https://github.com/morluto/jacobian/commit/332a5e4af884fb9df953d538c90890ee17e6834b))
18+
19+
20+
### Dependencies
21+
22+
* **deps-dev:** bump hypothesis from 6.164.0 to 6.165.2 ([#1005](https://github.com/morluto/jacobian/issues/1005)) ([8818f9e](https://github.com/morluto/jacobian/commit/8818f9e98bb94fe6714f884d47e1420bf72de7e7))
23+
* **deps:** bump actions/cache/restore from 4.3.0 to 6.1.0 ([#1004](https://github.com/morluto/jacobian/issues/1004)) ([50d663f](https://github.com/morluto/jacobian/commit/50d663f65b45266fecadd2fe5421b662874fd25b))
24+
* **deps:** bump pypa/gh-action-pypi-publish from 1.14.1 to 1.14.2 ([#1006](https://github.com/morluto/jacobian/issues/1006)) ([d3ed473](https://github.com/morluto/jacobian/commit/d3ed47327153a1b1bad069c8d1c301ae0d11ac89))
25+
26+
27+
### Documentation
28+
29+
* reserve VERIFIED assurance in control evaluations ([#906](https://github.com/morluto/jacobian/issues/906)) ([d600db0](https://github.com/morluto/jacobian/commit/d600db076d2d87ad2697b81d9d6b2363cd1db82f))
30+
* **skill:** tighten Harbor evaluation boundaries ([3b37422](https://github.com/morluto/jacobian/commit/3b374229ed27ace3f0e857bec5cf540b936a041e))
31+
332
## [0.10.0](https://github.com/morluto/jacobian/compare/jacobian-v0.9.0...jacobian-v0.10.0) (2026-08-08)
433

534

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.10.0",
3+
"version": "0.11.0",
44
"mcpName": "io.github.morluto/jacobian",
55
"description": "Composable mathematical capabilities 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.10.0"
7+
version = "0.11.0"
88
description = "A capability-first MCP workbench for executable mathematics"
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.10.0",
10+
"version": "0.11.0",
1111
"packages": [
1212
{
1313
"registryType": "npm",
1414
"registryBaseUrl": "https://registry.npmjs.org",
1515
"identifier": "jacobian",
16-
"version": "0.10.0",
16+
"version": "0.11.0",
1717
"runtimeHint": "npx",
1818
"transport": {
1919
"type": "stdio"

0 commit comments

Comments
 (0)