From 8c45f5de44549094253da46107ba4fdf9371bbf1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 31 Jan 2024 14:30:36 +0000 Subject: [PATCH] chore: bump version to 0.39.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 f47cf06e..c788b409 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v0.39.0](https://github.com/DS4SD/deepsearch-toolkit/releases/tag/v0.39.0) - 2024-01-31 + +### Feature + +* Expose search results to RAG, update types ([#161](https://github.com/DS4SD/deepsearch-toolkit/issues/161)) ([`49ec255`](https://github.com/DS4SD/deepsearch-toolkit/commit/49ec255eae8c9f9f33468fdca8c5c24d67bce700)) + ## [v0.38.1](https://github.com/DS4SD/deepsearch-toolkit/releases/tag/v0.38.1) - 2024-01-24 ### Fix diff --git a/pyproject.toml b/pyproject.toml index 962e2b39..df562c3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "deepsearch-toolkit" -version = "0.38.1" # DO NOT EDIT, updated automatically +version = "0.39.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"