From bd02a4e60b45e7b6f087a668a06860d8656fd0d3 Mon Sep 17 00:00:00 2001 From: Stan Girard Date: Mon, 14 Oct 2024 15:54:23 +0200 Subject: [PATCH] chore(main): release 0.0.322 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6cd4119c325f..154d5fe9139b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "backend/core": "0.0.16", - ".": "0.0.321" + ".": "0.0.322" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 816c071bb0c6..f292e40d1761 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 0.0.322 (2024-10-14) + +## What's Changed +* feat: Add new documentation files by @StanGirard in https://github.com/QuivrHQ/quivr/pull/3351 +* fix: separate english and french ingredients by @chloedia in https://github.com/QuivrHQ/quivr/pull/3358 +* docs(core): init by @StanGirard in https://github.com/QuivrHQ/quivr/pull/3365 +* docs: quivr core storage by @AmineDiro in https://github.com/QuivrHQ/quivr/pull/3366 +* fix: fixing pdf parsing by @jacopo-chevallard in https://github.com/QuivrHQ/quivr/pull/3349 +* feat: Improve user credit calculation in get_user_credits by @StanGirard in https://github.com/QuivrHQ/quivr/pull/3367 + + +**Full Changelog**: https://github.com/QuivrHQ/quivr/compare/v0.0.321...v0.0.322 + ## 0.0.321 (2024-10-08) ## What's Changed