From 5ca3e11455089a8a591db569046d7f06ffe32d64 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 8 Jan 2025 13:30:36 +0000 Subject: [PATCH] chore: bump version to 0.2.0 [skip ci] --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f5ece2..36c2ca4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v0.2.0](https://github.com/DS4SD/docling-langchain/releases/tag/v0.2.0) - 2025-01-08 + +### Feature + +* Rename distribution pkg & import pkg ([#2](https://github.com/DS4SD/docling-langchain/issues/2)) ([`bc98187`](https://github.com/DS4SD/docling-langchain/commit/bc98187c1c406f6652442859a321b05d987bc2b7)) + ## [v0.1.0](https://github.com/DS4SD/docling-langchain/releases/tag/v0.1.0) - 2025-01-07 ### Feature diff --git a/pyproject.toml b/pyproject.toml index a35e460..968cfb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-docling" -version = "0.1.0" # DO NOT EDIT, updated automatically +version = "0.2.0" # DO NOT EDIT, updated automatically description = "Docling LangChain integration" authors = ["Panos Vagenas "] license = "MIT"