chore: bump version to 0.4.0 [skip ci]

This commit is contained in:
github-actions[bot]
2025-07-11 14:14:25 +00:00
parent cd43fd3497
commit fcfdde3ec4
3 changed files with 22 additions and 2 deletions
+20
View File
@@ -1,3 +1,23 @@
## [v0.4.0](https://github.com/docling-project/docling-mcp/releases/tag/v0.4.0) - 2025-07-11
### Feature
* Add document manipulation ([#9](https://github.com/docling-project/docling-mcp/issues/9)) ([`c12b6c1`](https://github.com/docling-project/docling-mcp/commit/c12b6c1ff6cf357eabe566ca2f63779c7420bdd4))
* Add llama stack examples of agents ([#22](https://github.com/docling-project/docling-mcp/issues/22)) ([`f860fb5`](https://github.com/docling-project/docling-mcp/commit/f860fb5177bca295c58bfcfe6e86ced6294e0451))
* Adding multiple list items to be added with one function call ([#18](https://github.com/docling-project/docling-mcp/issues/18)) ([`29ef941`](https://github.com/docling-project/docling-mcp/commit/29ef941e598e4cdff46f4d34eea5d272392acd9d))
* Llama index milvus rag ([#11](https://github.com/docling-project/docling-mcp/issues/11)) ([`e21e336`](https://github.com/docling-project/docling-mcp/commit/e21e3365bac46b8b7f0c72405a183ddad8986fca))
* Unit-tests and table-generation ([#4](https://github.com/docling-project/docling-mcp/issues/4)) ([`c63de37`](https://github.com/docling-project/docling-mcp/commit/c63de37819adfbd7416f8648c4b1d487b16e4cfb))
### Fix
* Expose manipulation tools in mcp_server ([#31](https://github.com/docling-project/docling-mcp/issues/31)) ([`ea3dfe4`](https://github.com/docling-project/docling-mcp/commit/ea3dfe4dcf1ff1a6c726b5885a17c6dfc4908251))
* Add option for sse ([#29](https://github.com/docling-project/docling-mcp/issues/29)) ([`845f09f`](https://github.com/docling-project/docling-mcp/commit/845f09f1358db5113a6d6456077873234305da39))
* Adding setup instructions to include installing the docling_mcp ([`c737b1d`](https://github.com/docling-project/docling-mcp/commit/c737b1dedfd36fc8d0338563144d8b7454af23b4))
### Documentation
* Update README for Llama Stack integration ([#30](https://github.com/docling-project/docling-mcp/issues/30)) ([`9e98583`](https://github.com/docling-project/docling-mcp/commit/9e98583d5e06b65f67e5128d14c6125e47f16c42))
## [v0.3.0](https://github.com/docling-project/docling-mcp/releases/tag/v0.3.0) - 2025-03-20
### Feature
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "docling-mcp"
version = "0.3.0" # DO NOT EDIT, updated automatically
version = "0.4.0" # DO NOT EDIT, updated automatically
description = "Running Docling as an agent using tools"
license = "MIT"
license-files = ["LICENSE"]
Generated
+1 -1
View File
@@ -645,7 +645,7 @@ wheels = [
[[package]]
name = "docling-mcp"
version = "0.3.0"
version = "0.4.0"
source = { editable = "." }
dependencies = [
{ name = "docling" },