From 5f45e11b6a07cd7a415ef5aad24da5f4cc3cbb26 Mon Sep 17 00:00:00 2001 From: Stan Girard Date: Fri, 12 Jul 2024 17:57:47 +0200 Subject: [PATCH] chore(main): release 0.0.283 (#2851) :robot: I have created a release *beep* *boop* --- ## 0.0.283 (2024-07-12) ## What's Changed * feat: Add bulk_id field to CreateNotification and Notification models by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2850 * feat: Add bulk_id field to CreateNotification and Notification models by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2854 * fix: quiv core stream duplicate and quivr-core rag tests by @AmineDiro in https://github.com/QuivrHQ/quivr/pull/2852 * feat: Add category and brain_id fields to CreateNotification and Notification models by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2856 * feat: Update file loading logic in File model by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2857 **Full Changelog**: https://github.com/QuivrHQ/quivr/compare/v0.0.282...v0.0.283 --- 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 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ce788ef45..7ddfad4ef 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "backend/core": "0.0.8", - ".": "0.0.282" + ".": "0.0.283" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c337636b..06402f05d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 0.0.283 (2024-07-12) + +## What's Changed +* feat: Add bulk_id field to CreateNotification and Notification models by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2850 +* feat: Add bulk_id field to CreateNotification and Notification models by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2854 +* fix: quiv core stream duplicate and quivr-core rag tests by @AmineDiro in https://github.com/QuivrHQ/quivr/pull/2852 +* feat: Add category and brain_id fields to CreateNotification and Notification models by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2856 +* feat: Update file loading logic in File model by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2857 + + +**Full Changelog**: https://github.com/QuivrHQ/quivr/compare/v0.0.282...v0.0.283 + ## 0.0.282 (2024-07-11) ## What's Changed