From fdeb6613eda55152a40d4e060627c5512105e5da Mon Sep 17 00:00:00 2001 From: Stan Girard Date: Fri, 19 Jul 2024 09:48:36 +0200 Subject: [PATCH] chore(main): release core 0.0.10 (#2872) :robot: I have created a release *beep* *boop* --- ## [0.0.10](https://github.com/QuivrHQ/quivr/compare/core-0.0.9...core-0.0.10) (2024-07-19) ### Features * **frontend:** new notifications design ([#2870](https://github.com/QuivrHQ/quivr/issues/2870)) ([ed97004](https://github.com/QuivrHQ/quivr/commit/ed9700426959f3c1502a882263dfb447411d5381)) * **integrations:** dropbox ([#2864](https://github.com/QuivrHQ/quivr/issues/2864)) ([4806dc5](https://github.com/QuivrHQ/quivr/commit/4806dc5809aec9f7f573cb5adddac0e2d0ba600b)) * quivr core brain info + processors registry + ([#2877](https://github.com/QuivrHQ/quivr/issues/2877)) ([3001fa1](https://github.com/QuivrHQ/quivr/commit/3001fa1475cf119a8b41a176f735f5402f708738)) ### Bug Fixes * Refacto & update dropbox refresh ([#2875](https://github.com/QuivrHQ/quivr/issues/2875)) ([3b68855](https://github.com/QuivrHQ/quivr/commit/3b68855a83c72f3e31c117af0434330383a8a5d7)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- .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 348a50735afe..e7fea3c6eb64 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "backend/core": "0.0.9", + "backend/core": "0.0.10", ".": "0.0.284" } \ No newline at end of file diff --git a/backend/core/CHANGELOG.md b/backend/core/CHANGELOG.md index 1787a675313d..4fa000f6cca0 100644 --- a/backend/core/CHANGELOG.md +++ b/backend/core/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.0.10](https://github.com/QuivrHQ/quivr/compare/core-0.0.9...core-0.0.10) (2024-07-19) + + +### Features + +* **frontend:** new notifications design ([#2870](https://github.com/QuivrHQ/quivr/issues/2870)) ([ed97004](https://github.com/QuivrHQ/quivr/commit/ed9700426959f3c1502a882263dfb447411d5381)) +* **integrations:** dropbox ([#2864](https://github.com/QuivrHQ/quivr/issues/2864)) ([4806dc5](https://github.com/QuivrHQ/quivr/commit/4806dc5809aec9f7f573cb5adddac0e2d0ba600b)) +* quivr core brain info + processors registry + ([#2877](https://github.com/QuivrHQ/quivr/issues/2877)) ([3001fa1](https://github.com/QuivrHQ/quivr/commit/3001fa1475cf119a8b41a176f735f5402f708738)) + + +### Bug Fixes + +* Refacto & update dropbox refresh ([#2875](https://github.com/QuivrHQ/quivr/issues/2875)) ([3b68855](https://github.com/QuivrHQ/quivr/commit/3b68855a83c72f3e31c117af0434330383a8a5d7)) + ## [0.0.9](https://github.com/QuivrHQ/quivr/compare/core-0.0.8...core-0.0.9) (2024-07-15) diff --git a/backend/core/pyproject.toml b/backend/core/pyproject.toml index 76279faa4a8c..ef9ef0fdfec4 100644 --- a/backend/core/pyproject.toml +++ b/backend/core/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "quivr-core" -version = "0.0.9" +version = "0.0.10" description = "Quivr core RAG package" authors = [] readme = "README.md"