From ad2f46b63499b2ce7ad694839f534cc913c3d7ad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 9 Dec 2024 09:26:27 +0000 Subject: [PATCH] chore: bump version to 1.0.0 [skip ci] --- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 573d8487..c9bc6902 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [v1.0.0](https://github.com/DS4SD/deepsearch-glm/releases/tag/v1.0.0) - 2024-12-09 + +### Feature + +* Move all dependencies to extras ([#93](https://github.com/DS4SD/deepsearch-glm/issues/93)) ([`69318d8`](https://github.com/DS4SD/deepsearch-glm/commit/69318d8f184626bac2789399fb174335cda0d4b0)) +* Resolve nested clusters for DoclingDocument ([#92](https://github.com/DS4SD/deepsearch-glm/issues/92)) ([`61e5499`](https://github.com/DS4SD/deepsearch-glm/commit/61e54997dc41083f133843fac3c018582c2c01a2)) + +### Breaking + +* move all dependencies to extras ([#93](https://github.com/DS4SD/deepsearch-glm/issues/93)) ([`69318d8`](https://github.com/DS4SD/deepsearch-glm/commit/69318d8f184626bac2789399fb174335cda0d4b0)) +* Resolve nested clusters for DoclingDocument ([#92](https://github.com/DS4SD/deepsearch-glm/issues/92)) ([`61e5499`](https://github.com/DS4SD/deepsearch-glm/commit/61e54997dc41083f133843fac3c018582c2c01a2)) + ## [v0.26.2](https://github.com/DS4SD/deepsearch-glm/releases/tag/v0.26.2) - 2024-12-02 ### Fix diff --git a/pyproject.toml b/pyproject.toml index 031e8846..1046e596 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "deepsearch-glm" -version = "0.26.2" # DO NOT EDIT, updated automatically +version = "1.0.0" # DO NOT EDIT, updated automatically description = "Graph Language Models" authors = ["Peter Staar "] license = "MIT"