chore(main): release core 0.0.10 (#2872)

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


##
[0.0.10](https://github.com/QuivrHQ/quivr/compare/core-0.0.9...core-0.0.10)
(2024-07-19)


### Features

* **frontend:** new notifications design
([#2870](https://github.com/QuivrHQ/quivr/issues/2870))
([ed97004](ed97004269))
* **integrations:** dropbox
([#2864](https://github.com/QuivrHQ/quivr/issues/2864))
([4806dc5](4806dc5809))
* quivr core brain info + processors registry +
([#2877](https://github.com/QuivrHQ/quivr/issues/2877))
([3001fa1](3001fa1475))


### Bug Fixes

* Refacto & update dropbox refresh
([#2875](https://github.com/QuivrHQ/quivr/issues/2875))
([3b68855](3b68855a83))

---
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-07-19 09:48:36 +02:00 committed by GitHub
parent 3001fa1475
commit fdeb6613ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 16 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{
"backend/core": "0.0.9",
"backend/core": "0.0.10",
".": "0.0.284"
}

View File

@ -1,5 +1,19 @@
# Changelog
## [0.0.10](https://github.com/QuivrHQ/quivr/compare/core-0.0.9...core-0.0.10) (2024-07-19)
### Features
* **frontend:** new notifications design ([#2870](https://github.com/QuivrHQ/quivr/issues/2870)) ([ed97004](https://github.com/QuivrHQ/quivr/commit/ed9700426959f3c1502a882263dfb447411d5381))
* **integrations:** dropbox ([#2864](https://github.com/QuivrHQ/quivr/issues/2864)) ([4806dc5](https://github.com/QuivrHQ/quivr/commit/4806dc5809aec9f7f573cb5adddac0e2d0ba600b))
* quivr core brain info + processors registry + ([#2877](https://github.com/QuivrHQ/quivr/issues/2877)) ([3001fa1](https://github.com/QuivrHQ/quivr/commit/3001fa1475cf119a8b41a176f735f5402f708738))
### Bug Fixes
* Refacto & update dropbox refresh ([#2875](https://github.com/QuivrHQ/quivr/issues/2875)) ([3b68855](https://github.com/QuivrHQ/quivr/commit/3b68855a83c72f3e31c117af0434330383a8a5d7))
## [0.0.9](https://github.com/QuivrHQ/quivr/compare/core-0.0.8...core-0.0.9) (2024-07-15)

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "quivr-core"
version = "0.0.9"
version = "0.0.10"
description = "Quivr core RAG package"
authors = []
readme = "README.md"