From e3354c0381e27827666e6b0bf6ced3ff9ffabe24 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 5 Aug 2024 18:04:33 +0000 Subject: [PATCH] chore: bump version to 1.0.0 [skip ci] --- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b810c00..571fc47a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [v1.0.0](https://github.com/DS4SD/deepsearch-toolkit/releases/tag/v1.0.0) - 2024-08-05 + +### Feature + +* Release v1.0.0 with docling-core, python 3.8 removal ([#183](https://github.com/DS4SD/deepsearch-toolkit/issues/183)) ([`adf261d`](https://github.com/DS4SD/deepsearch-toolkit/commit/adf261d4a59a1b4190c52740f3f304bec683a259)) + +### Breaking + +* Release v1.0.0 with docling-core, python 3.8 removal ([#183](https://github.com/DS4SD/deepsearch-toolkit/issues/183)) ([`adf261d`](https://github.com/DS4SD/deepsearch-toolkit/commit/adf261d4a59a1b4190c52740f3f304bec683a259)) + ## [v0.48.0](https://github.com/DS4SD/deepsearch-toolkit/releases/tag/v0.48.0) - 2024-06-14 ### Feature diff --git a/pyproject.toml b/pyproject.toml index 1708138d..42d35d57 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "deepsearch-toolkit" -version = "0.48.0" # DO NOT EDIT, updated automatically +version = "1.0.0" # DO NOT EDIT, updated automatically description = "Interact with the Deep Search platform for new knowledge explorations and discoveries" authors = ["Michele Dolfi ", "André Carvalho ", "Lokesh Mishra ", "Christoph Auer ", "Kasper Dinkla ", "Cesar Berrospi Ramis ", "Panos Vagenas ", "Peter Staar "] license = "MIT"