From dbe1d429ac1a503b74b9059132a3c7a18426924e Mon Sep 17 00:00:00 2001 From: coolCatalyst Date: Sun, 3 Dec 2023 17:20:01 +0100 Subject: [PATCH] chore(main): release 0.0.126 (#1765) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## 0.0.126 (2023-12-03) ## What's Changed * feat: add optimistic update on new message by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1764 * feat: update models logic by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1767 * refactor: to modules by @gozineb in https://github.com/StanGirard/quivr/pull/1754 * feat(supabase): local installation made easy by @StanGirard in https://github.com/StanGirard/quivr/pull/1777 * feat(install): it now takes 30 seconds to install Quivr by @StanGirard in https://github.com/StanGirard/quivr/pull/1780 * feat: 🎸 install by @StanGirard in https://github.com/StanGirard/quivr/pull/1784 * fix(url): crawling fixed by @StanGirard in https://github.com/StanGirard/quivr/pull/1785 * docs: fix typo in name of docker compose dev file by @iMADi-ARCH in https://github.com/StanGirard/quivr/pull/1800 **Full Changelog**: https://github.com/StanGirard/quivr/compare/v0.0.125...v0.0.126 --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3f59f33..f9f31f9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## 0.0.126 (2023-12-03) + +## What's Changed +* feat: add optimistic update on new message by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1764 +* feat: update models logic by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1767 +* refactor: to modules by @gozineb in https://github.com/StanGirard/quivr/pull/1754 +* feat(supabase): local installation made easy by @StanGirard in https://github.com/StanGirard/quivr/pull/1777 +* feat(install): it now takes 30 seconds to install Quivr by @StanGirard in https://github.com/StanGirard/quivr/pull/1780 +* feat: 🎸 install by @StanGirard in https://github.com/StanGirard/quivr/pull/1784 +* fix(url): crawling fixed by @StanGirard in https://github.com/StanGirard/quivr/pull/1785 +* docs: fix typo in name of docker compose dev file by @iMADi-ARCH in https://github.com/StanGirard/quivr/pull/1800 + + +**Full Changelog**: https://github.com/StanGirard/quivr/compare/v0.0.125...v0.0.126 + ## 0.0.125 (2023-11-30) ## What's Changed