diff --git a/CHANGELOG.md b/CHANGELOG.md index 98f3b940..e2aadc99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v0.33.0](https://github.com/DS4SD/deepsearch-toolkit/releases/tag/v0.33.0) - 2023-11-24 + +### Feature + +* Partial db lookup, document entities lookup and render ([#145](https://github.com/DS4SD/deepsearch-toolkit/issues/145)) ([`106de7c`](https://github.com/DS4SD/deepsearch-toolkit/commit/106de7cee44c982fc3217c3f1a8b1d1b20a42b1e)) + ## [v0.32.0](https://github.com/DS4SD/deepsearch-toolkit/releases/tag/v0.32.0) - 2023-10-30 ### Feature diff --git a/pyproject.toml b/pyproject.toml index 26a96056..f409d0a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "deepsearch-toolkit" -version = "0.32.0" # DO NOT EDIT, updated automatically +version = "0.33.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"