chore(main): release 0.0.297 (#3002)

🤖 I have created a release *beep* *boop*
---


## 0.0.297 (2024-08-14)

## What's Changed
* fix(frontend): remove onboarding modal by @Zewed in
https://github.com/QuivrHQ/quivr/pull/3001
* fix(frontend): max height for user message by @Zewed in
https://github.com/QuivrHQ/quivr/pull/3000
* fix: commit on try sqlalchemy by @AmineDiro in
https://github.com/QuivrHQ/quivr/pull/3004


**Full Changelog**:
https://github.com/QuivrHQ/quivr/compare/v0.0.296...v0.0.297

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
This commit is contained in:
Stan Girard 2024-08-14 11:20:50 +02:00 committed by GitHub
parent a388cf8896
commit 94c7e6501a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{
"backend/core": "0.0.13",
".": "0.0.296"
".": "0.0.297"
}

View File

@ -1,5 +1,15 @@
# Changelog
## 0.0.297 (2024-08-14)
## What's Changed
* fix(frontend): remove onboarding modal by @Zewed in https://github.com/QuivrHQ/quivr/pull/3001
* fix(frontend): max height for user message by @Zewed in https://github.com/QuivrHQ/quivr/pull/3000
* fix: commit on try sqlalchemy by @AmineDiro in https://github.com/QuivrHQ/quivr/pull/3004
**Full Changelog**: https://github.com/QuivrHQ/quivr/compare/v0.0.296...v0.0.297
## 0.0.296 (2024-08-13)
## What's Changed