Skip to content

Commit e0ba386

Browse files
chore: bump version to 1.0.1 [skip ci]
1 parent c0aabb3 commit e0ba386

File tree

3 files changed

+26
-10
lines changed

3 files changed

+26
-10
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [v1.0.1](https://github.com/docling-project/docling-mcp/releases/tag/v1.0.1) - 2025-07-30
2+
3+
### Fix
4+
5+
* Allow running from outside localhost ([#53](https://github.com/docling-project/docling-mcp/issues/53)) ([`c711720`](https://github.com/docling-project/docling-mcp/commit/c71172005c14201bf4837774c8e91ef44cc90f02))
6+
* Standardized tool returns in manipulation.py ([#51](https://github.com/docling-project/docling-mcp/issues/51)) ([`0530bea`](https://github.com/docling-project/docling-mcp/commit/0530beaffb9ad02695bf2d99702872bc7eef4cdd))
7+
8+
### Documentation
9+
10+
* Generalize integrations and add LM Studio with quick install button ([#55](https://github.com/docling-project/docling-mcp/issues/55)) ([`c0aabb3`](https://github.com/docling-project/docling-mcp/commit/c0aabb3465dbe32c4dec061dea287f20820797bd))
11+
* Use llama stack starter ([#54](https://github.com/docling-project/docling-mcp/issues/54)) ([`f0d7168`](https://github.com/docling-project/docling-mcp/commit/f0d7168903927127d5e7c6cb4b9215adebeec6f0))
12+
13+
### Performance
14+
15+
* Cache DoclingConverter instance ([#56](https://github.com/docling-project/docling-mcp/issues/56)) ([`a0f3f1e`](https://github.com/docling-project/docling-mcp/commit/a0f3f1e3147b4267aa68cc1ede616bdbf216f5ce))
16+
117
## [v1.0.0](https://github.com/docling-project/docling-mcp/releases/tag/v1.0.0) - 2025-07-22
218

319
### Feature

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 = "docling-mcp"
7-
version = "1.0.0" # DO NOT EDIT, updated automatically
7+
version = "1.0.1" # DO NOT EDIT, updated automatically
88
description = "Running Docling as an agent using tools"
99
license = "MIT"
1010
license-files = ["LICENSE"]

uv.lock

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

0 commit comments

Comments
 (0)