From ea4db01218b42a305ceb9ec00d5cdba27a094a46 Mon Sep 17 00:00:00 2001 From: Stan Girard Date: Mon, 21 Oct 2024 14:24:02 +0200 Subject: [PATCH] chore(main): release core 0.0.20 (#3402) :robot: I have created a release *beep* *boop* --- ## [0.0.20](https://github.com/QuivrHQ/quivr/compare/core-0.0.19...core-0.0.20) (2024-10-21) ### Features * **ci:** trigger ([#3403](https://github.com/QuivrHQ/quivr/issues/3403)) ([68c09fc](https://github.com/QuivrHQ/quivr/commit/68c09fce85364432da2641d0a8da867516142553)) * **docs:** trigger ci ([5644596](https://github.com/QuivrHQ/quivr/commit/56445967252eac20d17bebc4484d7c00c45d9238)) --- 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 +- core/CHANGELOG.md | 8 ++++++++ core/pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bd340bab9..e6914cdd6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "core": "0.0.19" + "core": "0.0.20" } \ No newline at end of file diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index b0913e984..a46aa6086 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.0.20](https://github.com/QuivrHQ/quivr/compare/core-0.0.19...core-0.0.20) (2024-10-21) + + +### Features + +* **ci:** trigger ([#3403](https://github.com/QuivrHQ/quivr/issues/3403)) ([68c09fc](https://github.com/QuivrHQ/quivr/commit/68c09fce85364432da2641d0a8da867516142553)) +* **docs:** trigger ci ([5644596](https://github.com/QuivrHQ/quivr/commit/56445967252eac20d17bebc4484d7c00c45d9238)) + ## [0.0.19](https://github.com/QuivrHQ/quivr/compare/core-0.0.18...core-0.0.19) (2024-10-21) diff --git a/core/pyproject.toml b/core/pyproject.toml index f9729070d..7a7afee20 100644 --- a/core/pyproject.toml +++ b/core/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "quivr-core" -version = "0.0.19" +version = "0.0.20" description = "Quivr core RAG package" authors = [ { name = "Stan Girard", email = "stan@quivr.app" }