From 1a3e03c8c3d0b905327f90c0d8563939e2af0cc1 Mon Sep 17 00:00:00 2001 From: Stan Girard Date: Thu, 28 Nov 2024 12:16:29 +0100 Subject: [PATCH] chore(main): release core 0.0.25 (#3500) :robot: I have created a release *beep* *boop* --- ## [0.0.25](https://github.com/QuivrHQ/quivr/compare/core-0.0.24...core-0.0.25) (2024-11-28) ### Bug Fixes * megaparse sdk with nats ([#3496](https://github.com/QuivrHQ/quivr/issues/3496)) ([e68b4f4](https://github.com/QuivrHQ/quivr/commit/e68b4f45698898f6b514d4779c8e5fd7332f2e67)) ### Documentation * Enhance example/chatbot with added instructions ([#3506](https://github.com/QuivrHQ/quivr/issues/3506)) ([d1d608d](https://github.com/QuivrHQ/quivr/commit/d1d608d19ffb9213910575981eff3527f7d232a0)) --- 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 | 12 ++++++++++++ core/pyproject.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 43cade56f514..a61d6cc0e83c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "core": "0.0.24" + "core": "0.0.25" } \ No newline at end of file diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 981dc1315731..02a99d9db331 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.0.25](https://github.com/QuivrHQ/quivr/compare/core-0.0.24...core-0.0.25) (2024-11-28) + + +### Bug Fixes + +* megaparse sdk with nats ([#3496](https://github.com/QuivrHQ/quivr/issues/3496)) ([e68b4f4](https://github.com/QuivrHQ/quivr/commit/e68b4f45698898f6b514d4779c8e5fd7332f2e67)) + + +### Documentation + +* Enhance example/chatbot with added instructions ([#3506](https://github.com/QuivrHQ/quivr/issues/3506)) ([d1d608d](https://github.com/QuivrHQ/quivr/commit/d1d608d19ffb9213910575981eff3527f7d232a0)) + ## [0.0.24](https://github.com/QuivrHQ/quivr/compare/core-0.0.23...core-0.0.24) (2024-11-14) diff --git a/core/pyproject.toml b/core/pyproject.toml index 115db9ddd7bd..7c863d9a1483 100644 --- a/core/pyproject.toml +++ b/core/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "quivr-core" -version = "0.0.24" +version = "0.0.25" description = "Quivr core RAG package" authors = [ { name = "Stan Girard", email = "stan@quivr.app" }