From ff534439fa46c45e7182aabcc2b7843f4b2b6a89 Mon Sep 17 00:00:00 2001 From: Stan Girard Date: Mon, 14 Oct 2024 10:31:38 +0200 Subject: [PATCH] chore(main): release core 0.0.17 --- .release-please-manifest.json | 2 +- backend/core/CHANGELOG.md | 14 ++++++++++++++ backend/core/pyproject.toml | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6cd4119c325f..33dc22aca738 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "backend/core": "0.0.16", + "backend/core": "0.0.17", ".": "0.0.321" } \ No newline at end of file diff --git a/backend/core/CHANGELOG.md b/backend/core/CHANGELOG.md index c15ac876ccce..5eabc43c0f94 100644 --- a/backend/core/CHANGELOG.md +++ b/backend/core/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.0.17](https://github.com/QuivrHQ/quivr/compare/core-0.0.16...core-0.0.17) (2024-10-14) + + +### Features + +* **assistant:** cdp ([#3305](https://github.com/QuivrHQ/quivr/issues/3305)) ([b767f19](https://github.com/QuivrHQ/quivr/commit/b767f19f28b5478cef077b5d1587bf5195f2a668)) +* **assistants:** mock api ([#3195](https://github.com/QuivrHQ/quivr/issues/3195)) ([282fa0e](https://github.com/QuivrHQ/quivr/commit/282fa0e3f83f7c6fc8c84ca95f8f4ced4ed34b78)) +* introducing configurable retrieval workflows ([#3227](https://github.com/QuivrHQ/quivr/issues/3227)) ([ef90e8e](https://github.com/QuivrHQ/quivr/commit/ef90e8e672ca23d104c7d5bde7496f0929adf5d2)) + + +### Documentation + +* **core:** init ([#3365](https://github.com/QuivrHQ/quivr/issues/3365)) ([bb572a2](https://github.com/QuivrHQ/quivr/commit/bb572a2a8d060f147461506aadd38704eb029a9a)) + ## [0.0.16](https://github.com/QuivrHQ/quivr/compare/core-0.0.15...core-0.0.16) (2024-09-17) diff --git a/backend/core/pyproject.toml b/backend/core/pyproject.toml index 0c5fa7cf9903..c9916c0e91cb 100644 --- a/backend/core/pyproject.toml +++ b/backend/core/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "quivr-core" -version = "0.0.16" +version = "0.0.17" description = "Quivr core RAG package" authors = [ { name = "Stan Girard", email = "stan@quivr.app" }